Update of /cvsroot/fink/web/pdb
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26235

Modified Files:
      Tag: redesign_pdb
        sections.php 
Log Message:
Use browse.php here as well


Index: sections.php
===================================================================
RCS file: /cvsroot/fink/web/pdb/sections.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- sections.php        30 Sep 2001 14:57:24 -0000      1.2
+++ sections.php        9 Feb 2007 18:12:54 -0000       1.2.2.1
@@ -27,7 +27,7 @@
 <ul>
 <?
   while ($row = mysql_fetch_array($rs)) {
-    print '<li><a href="section.php/'.$row[name].'">'.$row[name].'</a>'.
+    print '<li><a href="browse.php?section='.$row[name].'">'.$row[name].'</a>'.
       ($row[description] ? (' - '.$row[description]) : '').
       '</li>'."\n";
   }


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to