debug code
authorx99bachelart <x99bachelart>
Thu, 4 Sep 2003 20:46:47 +0000 (20:46 +0000)
committerx99bachelart <x99bachelart>
Thu, 4 Sep 2003 20:46:47 +0000 (20:46 +0000)
include/spool.inc.php

index a19c952..314267d 100644 (file)
@@ -76,7 +76,6 @@ class spool {
       return false;
     }
        $spoolfile=realpath("./spool/spool-$_group.dat");
-echo $spoolfile;
     if (file_exists($spoolfile)) {
       $f = fopen($spoolfile,"r");
       $this = unserialize(fread($f,filesize($spoolfile)));