diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-05-06 05:29:09 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-05-06 05:29:09 +0000 |
commit | 20d7fa5b085e196a1fcdda88c560bbb39881152a (patch) | |
tree | bdf4c5120be8f266c5d5b937b7d28aa93ee1fe35 /lib/class/update.class.php | |
parent | 21ba4d395ae83f3f3904b22abd1156f686f70957 (diff) | |
download | ampache-20d7fa5b085e196a1fcdda88c560bbb39881152a.tar.gz ampache-20d7fa5b085e196a1fcdda88c560bbb39881152a.tar.bz2 ampache-20d7fa5b085e196a1fcdda88c560bbb39881152a.zip |
Testing is all well and good...but uncomment things before you commit them.
Diffstat (limited to 'lib/class/update.class.php')
-rw-r--r-- | lib/class/update.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php index a22bf8fe..550320d7 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -1908,7 +1908,7 @@ class Update { $db_other_results = Dba::write($sql); } $sql = "DROP TABLE `" . $type . "_data`"; - // $db_results = Dba::write($sql); + $db_results = Dba::write($sql); } self::set_version('db_version','360003'); |