Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / xmlrpc / api [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
09 Aug 2002 20:23:37 | postnuke_official/html/modules/xmlrpc/api | blogger.php,1.17,1.18 | Marcel van der Boom |
quick fix for forgetting the date, needs to be better though |
Update of /home/cvsroot/postnuke_official/html/modules/xmlrpc/api In directory ns7.hostnuke.net:/tmp/cvs-serv25139/html/modules/xmlrpc/api Modified Files: blogger.php Log Message: quick fix for forgetting the date, needs to be better though Index: blogger.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/xmlrpc/api/blogger.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** blogger.php 9 Aug 2002 15:52:04 -0000 1.17 --- blogger.php 9 Aug 2002 20:23:35 -0000 1.18 *************** *** 422,426 **** } else { // FIXME: How to handle publishing? Cant find it in .8 articles module ! $title = "Post from $username on:"; $summary = $content; $cids=array(); $cids[] = $category; --- 422,426 ---- } else { // FIXME: How to handle publishing? Cant find it in .8 articles module ! $title = "Post from $username on: " . date("Y-m-d"); $summary = $content; $cids=array(); $cids[] = $category;
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |