qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/phpviewer index.php


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/phpviewer index.php
Date: Wed, 08 Nov 2006 15:07:35 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/11/08 15:07:35

Modified files:
        apps/phpviewer : index.php 

Log message:
        deadlink corrected

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/phpviewer/index.php?cvsroot=qsos&r1=1.2&r2=1.3

Patches:
Index: index.php
===================================================================
RCS file: /sources/qsos/qsos/apps/phpviewer/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- index.php   7 Nov 2006 23:17:29 -0000       1.2
+++ index.php   8 Nov 2006 15:07:34 -0000       1.3
@@ -65,7 +65,7 @@
                        for ($j=0; $j<count($tree[$keys[$i]]); $j++) {
                                $file = $tree[$keys[$i]][$j];
                                $link = 
$sheet.$delim.$family.$delim.$keys[$i].$delim.$file;
-                               echo "<tr class='level1'><td><a 
href='show_single?f=$link'>$file</a></td>\n";
+                               echo "<tr class='level1'><td><a 
href='show_single.php?f=$link'>$file</a></td>\n";
                                echo "<td><input type='checkbox' name='files[]' 
value='$link'></td></tr>\n";
                        }
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]