projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94b58dd
)
debug code
author
x99bachelart
<x99bachelart>
Thu, 4 Sep 2003 20:46:47 +0000
(20:46 +0000)
committer
x99bachelart
<x99bachelart>
Thu, 4 Sep 2003 20:46:47 +0000
(20:46 +0000)
include/spool.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/spool.inc.php
b/include/spool.inc.php
index
a19c952
..
314267d
100644
(file)
--- a/
include/spool.inc.php
+++ b/
include/spool.inc.php
@@
-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)));