hholzgra                Sun Apr  7 16:41:00 2002 EDT

  Modified files:              
    /phpdoc/scripts     file-entities.php reference-split.php 
  Log:
  cleanup
  
Index: phpdoc/scripts/file-entities.php
diff -u phpdoc/scripts/file-entities.php:1.4 phpdoc/scripts/file-entities.php:1.5
--- phpdoc/scripts/file-entities.php:1.4        Sun Apr  7 16:33:50 2002
+++ phpdoc/scripts/file-entities.php    Sun Apr  7 16:41:00 2002
@@ -7,8 +7,8 @@
 exists
 
 */
-ob_end_clean();
 ob_implicit_flush();
+set_time_limit(0);
 
 $base_dir  = abs_path($argv[$argc-2]);
 if(php_sapi_name()!="cli") $base_dir=ereg_replace("/scripts$","",$base_dir);
Index: phpdoc/scripts/reference-split.php
diff -u phpdoc/scripts/reference-split.php:1.5 phpdoc/scripts/reference-split.php:1.6
--- phpdoc/scripts/reference-split.php:1.5      Sun Apr  7 13:34:57 2002
+++ phpdoc/scripts/reference-split.php  Sun Apr  7 16:41:00 2002
@@ -2,9 +2,10 @@
 
 set_time_limit(0);
 error_reporting(E_ALL);
-ob_end_clean();
 ob_implicit_flush();
 
+if(php_sapi_name()!="cli") chdir("..");
+
 $en_revs = array();
 
 # {{{ cvs stuff
@@ -23,7 +24,6 @@
   // get max. revision for a region in a cvs file 
   // (witch simple data caching)
   function cvs_max_rev($filename,$start,$end) {
-               return array(0,0,0);
     static $lastfile = "";
     static $array = array();
     


Reply via email to