https://src.bluestatic.org
/
viewsvn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aacd08
)
warnings--
author
Robert Sesek <rsesek@bluestatic.org>
Thu, 12 Jan 2006 17:42:57 +0000
(17:42 +0000)
committer
Robert Sesek <rsesek@bluestatic.org>
Thu, 12 Jan 2006 17:42:57 +0000
(17:42 +0000)
global.php
patch
|
blob
|
history
diff --git
a/global.php
b/global.php
index 3d6eefcdc508f5e778fe6dc480e736cbc80047b2..906f24c485856075ea819374f5ddddc972acc38b 100644
(file)
--- a/
global.php
+++ b/
global.php
@@
-28,7
+28,7
@@
if ($dochooser)
$cachev = new cacheV();
$cachev->set_hash();
- if (
$viewsvn->in['rebuild']
AND $viewsvn->get('debug') == true)
+ if (
isset($viewsvn->in['rebuild']) AND $viewsvn->in['rebuild'] == 1
AND $viewsvn->get('debug') == true)
{
$cachev->build(null);
}