projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f1a07
)
path bugfix
author
x99bachelart
<x99bachelart>
Tue, 23 Sep 2003 19:13:09 +0000
(19:13 +0000)
committer
x99bachelart
<x99bachelart>
Tue, 23 Sep 2003 19:13:09 +0000
(19:13 +0000)
include/spool.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/spool.inc.php
b/include/spool.inc.php
index
7201164
..
d16b8c8
100644
(file)
--- a/
include/spool.inc.php
+++ b/
include/spool.inc.php
@@
-241,6
+241,7
@@
class spool {
$ids = array_flip($this->ids);
unset($ids[$_id]);
$this->ids = array_flip($ids);
+ $prefix_path=(preg_match("/\/scripts\/?$/",getcwd())?"..":".");
$f = fopen("$prefix_path/spool/spool-{$this->group}.dat","w");
fputs($f,serialize($this));
fclose($f);