diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-11-01 15:01:28 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-11-01 15:01:28 +0000 |
commit | b1db5e55ae77c1ce386b25f8083a8bdd88607a96 (patch) | |
tree | 1d49d20a6cd52a82b1373c4e7784e931fd563eb0 /include/page_tail.php | |
parent | fa9a5cd07bc9931d1dffb9c54ab93ce3736ac506 (diff) |
- synchronization interface redesigned : a form lets user choose option of
dirs/files/metadata sync on all categories or a defined one (including
subcategories)
- database sync is only available through update.php
git-svn-id: http://piwigo.org/svn/trunk@589 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/page_tail.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/page_tail.php b/include/page_tail.php index bd8b726bf..c8193d813 100644 --- a/include/page_tail.php +++ b/include/page_tail.php @@ -43,7 +43,8 @@ $template->assign_vars( )); -if (DEBUG) +//if (DEBUG) +if (true) { $template->assign_block_vars('debug', array()); } |