Module: nagvis
Branch: master
Commit: 1ca940a7b0a167753cf62a32b2254a4ea0213d7f
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=1ca940a7b0a167753cf62a32b2254a4ea0213d7f

Author: Lars Michelsen <[email protected]>
Date:   Tue Nov  9 17:56:54 2010 +0100

#390 Fixed sqlite update from 1.5b1-1.5b3 to 1.5.4/1.5.5

---

 share/server/core/classes/CoreSQLiteHandler.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/classes/CoreSQLiteHandler.php 
b/share/server/core/classes/CoreSQLiteHandler.php
index 1bfcd63..55866a3 100644
--- a/share/server/core/classes/CoreSQLiteHandler.php
+++ b/share/server/core/classes/CoreSQLiteHandler.php
@@ -161,7 +161,7 @@ class CoreSQLiteHandler {
        public function updateDb() {
                // Perform pre 1.5b4 updates
                if(!$this->tableExist('version'))
-                       $this->updateDd1050024();
+                       $this->updateDb1050024();
 
                // Read the current version from db
                $dbVersion = 
GlobalCore::getInstance()->versionToTag($this->getDbVersion());


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to