hholzgra                Sun Jan  6 17:28:59 2002 EDT

  Modified files:              
    /phpdoc/scripts     genfuncindex.php 
  Log:
  stay with old trackvar style for now
  
  
Index: phpdoc/scripts/genfuncindex.php
diff -u phpdoc/scripts/genfuncindex.php:1.1 phpdoc/scripts/genfuncindex.php:1.2
--- phpdoc/scripts/genfuncindex.php:1.1 Sun Jan  6 10:42:31 2002
+++ phpdoc/scripts/genfuncindex.php     Sun Jan  6 17:28:59 2002
@@ -28,14 +28,14 @@
 # | Authors:    Hartmut Holzgraefe <[EMAIL PROTECTED]>                      |
 # +----------------------------------------------------------------------+
 # 
-# $Id: genfuncindex.php,v 1.1 2002/01/06 15:42:31 hholzgra Exp $
+# $Id: genfuncindex.php,v 1.2 2002/01/06 22:28:59 hholzgra Exp $
 */
 ?>
  <index id='index.functions'>
   <title>Function Index</title>
 <?php
 $letter=" ";
-$functions = file($_SERVER['argv'][1]);
+$functions = file($HTTP_SERVER_VARS['argv'][1]);
 usort($functions,"strcasecmp");
 foreach ( $functions as $funcentry ) {
        list($function,$description) = explode("-",$funcentry);


Reply via email to