Update of /cvsroot/xoops/xoops-current/html/modules/mylinks
In directory usw-pr-cvs1:/tmp/cvs-serv9405/html/modules/mylinks
Modified Files:
index.php
Log Message:
Index: index.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/mylinks/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.php 11 Oct 2002 06:14:22 -0000 1.5
--- index.php 11 Oct 2002 10:05:17 -0000 1.6
***************
*** 84,88 ****
echo "</td></tr></table>";
list($numrows)=$xoopsDB->fetchRow($xoopsDB->query("select count(*) from ".$xoopsDB->prefix("mylinks_links")." where status>0"));
! echo "<br /><br /><div align='center'>";
printf(_MD_THEREARE,$numrows);
echo "</div>";
--- 84,88 ----
echo "</td></tr></table>";
list($numrows)=$xoopsDB->fetchRow($xoopsDB->query("select count(*) from ".$xoopsDB->prefix("mylinks_links")." where status>0"));
! echo "<br /><br /><div>";
printf(_MD_THEREARE,$numrows);
echo "</div>";
|