didou           Fri Mar 12 06:13:45 2004 EDT

  Modified files:              
    /livedocs   mkindex.php 
  Log:
  clean comments
  
http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.20&r2=1.21&ty=u
Index: livedocs/mkindex.php
diff -u livedocs/mkindex.php:1.20 livedocs/mkindex.php:1.21
--- livedocs/mkindex.php:1.20   Fri Mar 12 06:12:13 2004
+++ livedocs/mkindex.php        Fri Mar 12 06:13:44 2004
@@ -19,7 +19,7 @@
 // | construct an index                                                   |
 // +----------------------------------------------------------------------+
 //
-// $Id: mkindex.php,v 1.20 2004/03/12 11:12:13 didou Exp $
+// $Id: mkindex.php,v 1.21 2004/03/12 11:13:44 didou Exp $
 
 
 /* just to be on the safe side */
@@ -177,7 +177,7 @@
        sqlite_query($idx, 'delete from ents');
 
        // for peardoc only
-       //$global_one = array('/home/didou/cvs/peardoc/global.ent');//lob($dirname . 
'/../*.ent'); // yep, it's ugly
+       //$global_one = array('/home/didou/cvs/peardoc/global.ent'); // yep, it's ugly
        // you'll need to add $global_one to the array_merge call
 
        $ents = glob($dirname . '/*.ent');

Reply via email to