Changes DB version from 6 to 7, a=chris

Chris Pollett [2012-04-27 01:Apr:th]
Changes DB version from 6 to 7, a=chris
Filename
lib/upgrade_functions.php
diff --git a/lib/upgrade_functions.php b/lib/upgrade_functions.php
index c6c8f565d..749abe259 100644
--- a/lib/upgrade_functions.php
+++ b/lib/upgrade_functions.php
@@ -74,7 +74,7 @@ function upgradeDatabaseWorkDirectoryCheck()
     $result = @$model->db->execute($sql);
     if($result !== false) {
         $row = $model->db->fetchArray($result);
-        if($row['ID'] == 6) {
+        if($row['ID'] == 7) {
             return false;
         }
     }
ViewGit