Module: nagvis
Branch: nagvis-1.5
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());


------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to