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 22:17:04 | postnuke_official/html/includes/search | faq.php,1.25.2.1,1.25.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-serv12937
Modified Files:
Tag: PostNuke_71
faq.php
Log Message:
uploading diffs from multi-lang checking by Andreas
Index: faq.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/includes/search/Attic/faq.php,v
retrieving revision 1.25.2.1
retrieving revision 1.25.2.2
diff -C2 -d -r1.25.2.1 -r1.25.2.2
*** faq.php 11 Jun 2002 23:53:03 -0000 1.25.2.1
--- faq.php 24 Jul 2002 22:17:02 -0000 1.25.2.2
***************
*** 122,126 ****
$row = $result->GetRowAssoc(false);
! $output->Text("<li><a class=\"pn-normal\" href=\"modules.php?op=modload&name=faq&file=index&myfaq=yes&id_cat=$row[id_cat]\">$row[question]</a><br>Answer: $row[answer]</li>");
$result->MoveNext();
}
--- 122,126 ----
$row = $result->GetRowAssoc(false);
! $output->Text("<li><a class=\"pn-normal\" href=\"modules.php?op=modload&name=faq&file=index&myfaq=yes&id_cat=$row[id_cat]\">$row[question]</a><br>$row[answer]</li>");
$result->MoveNext();
}
***************
*** 143,145 ****
return $output->GetOutput();
}
! ?>
\ No newline at end of file
--- 143,145 ----
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 |