diff options
author | plegall <plg@piwigo.org> | 2014-09-22 12:56:24 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-22 12:56:24 +0000 |
commit | 88dc2f57b91fbfd0e3a1bd2e43eca1a90d0dc4fd (patch) | |
tree | 0a591bd00bbcb55bb32114ac5724b27ba42eb3f8 | |
parent | 01c531746af666e449fb19b9a32556342b7740a5 (diff) |
remove debug code
git-svn-id: http://piwigo.org/svn/trunk@29736 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | upgrade.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/upgrade.php b/upgrade.php index 175885715..b9b1385f0 100644 --- a/upgrade.php +++ b/upgrade.php @@ -279,8 +279,6 @@ if ($has_remote_site) // +-----------------------------------------------------------------------+ $tables = get_tables(); -// echo '<pre>'; print_r($tables); echo '</pre>'; -// echo 'PREFIX_TABLE='.PREFIX_TABLE.'<br>'; $columns_of = get_columns_of($tables); // find the current release |