diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-10-24 18:56:33 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-10-24 18:56:33 +0000 |
commit | dc20a55d4a801058145d4de2a47bfcb2904da250 (patch) | |
tree | 10cd069229bce61103ef38e87d239af009ad81e5 | |
parent | d6de835b56d93f81b28d84b6e62795e086d945c4 (diff) |
- debug code deletion
git-svn-id: http://piwigo.org/svn/trunk@581 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/update.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/update.php b/admin/update.php index 8de8e4e65..541c2cb01 100644 --- a/admin/update.php +++ b/admin/update.php @@ -629,9 +629,8 @@ if (isset($_GET['metadata'])) { check_cat_id($_GET['update']); } - + $start = get_moment(); - // $files = get_filelist(1464); if (isset($page['cat'])) { $files = get_filelist($page['cat'],true,true); |