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 / includes / search [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
24 Jul 2002 21:21:12 | postnuke_official/html/includes/search | reviews.php,1.29.2.1,1.29.2.2 stories.php,1.61.2.1,1.61.2.2 | Chris Dudley |
uploading diffs from multi-lang checking by Andreas |
Update of /home/cvsroot/postnuke_official/html/includes/search In directory ns7.hostnuke.net:/tmp/cvs-serv12228/search Modified Files: Tag: PostNuke_71 reviews.php stories.php Log Message: uploading diffs from multi-lang checking by Andreas Index: reviews.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/includes/search/Attic/reviews.php,v retrieving revision 1.29.2.1 retrieving revision 1.29.2.2 diff -C2 -d -r1.29.2.1 -r1.29.2.2 *** reviews.php 11 Jun 2002 23:53:03 -0000 1.29.2.1 --- reviews.php 24 Jul 2002 21:21:10 -0000 1.29.2.2 *************** *** 132,136 **** while(!$result->EOF) { $row = $result->GetRowAssoc(false); ! $row['fdate'] = strftime(_DATELONG,$result->UnixTimeStamp($row['fdate'])); $output->Text("<li><a class=\"pn-normal\" href=\"modules.php?op=modload&name=reviews&file=index&req=showcontent&id=$row[id]\">$row[title]</a> <font class=\"pn-sub\">(score: $row[score] - hits: $row[hits])</font><br>$row[reviewer]<br>$row[fdate]</li>"); $result->MoveNext(); --- 132,136 ---- while(!$result->EOF) { $row = $result->GetRowAssoc(false); ! $row['fdate'] = ml_ftime(_DATELONG,$result->UnixTimeStamp($row['fdate'])); $output->Text("<li><a class=\"pn-normal\" href=\"modules.php?op=modload&name=reviews&file=index&req=showcontent&id=$row[id]\">$row[title]</a> <font class=\"pn-sub\">(score: $row[score] - hits: $row[hits])</font><br>$row[reviewer]<br>$row[fdate]</li>"); $result->MoveNext(); *************** *** 154,156 **** return $output->GetOutput(); } ! ?> \ No newline at end of file --- 154,156 ---- return $output->GetOutput(); } ! ?> Index: stories.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/includes/search/Attic/stories.php,v retrieving revision 1.61.2.1 retrieving revision 1.61.2.2 diff -C2 -d -r1.61.2.1 -r1.61.2.2 *** stories.php 11 Jun 2002 23:53:03 -0000 1.61.2.1 --- stories.php 24 Jul 2002 21:21:10 -0000 1.61.2.2 *************** *** 270,274 **** while(!$result->EOF) { $row = $result->GetRowAssoc(false); ! $row['fdate'] = strftime(_DATELONG,$result->UnixTimeStamp($row['fdate'])); $output->Text("<li>"); if (!empty($row['topicid'])) { --- 270,274 ---- while(!$result->EOF) { $row = $result->GetRowAssoc(false); ! $row['fdate'] = ml_ftime(_DATELONG,$result->UnixTimeStamp($row['fdate'])); $output->Text("<li>"); if (!empty($row['topicid'])) { *************** *** 305,307 **** return $output->GetOutput(); } ! ?> \ No newline at end of file --- 305,307 ---- return $output->GetOutput(); } ! ?>
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 |