Update of /cvsroot/xoops/xoops-current/html/modules/xoopspoll
In directory usw-pr-cvs1:/tmp/cvs-serv27525a
Modified Files:
pollresults.php
Log Message:
no message
Index: pollresults.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/xoopspoll/pollresults.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pollresults.php 10 Sep 2002 02:13:33 -0000 1.2
--- pollresults.php 24 Sep 2002 19:15:52 -0000 1.3
***************
*** 66,70 ****
echo "<br />";
}
-
$orderby = ($order == 1) ? "date DESC" : "date ASC";
if ( $mode == "flat" ) {
--- 66,69 ----
|