Changeset 1741
- Timestamp:
- 09/03/2008 04:04:31 PM (3 months ago)
- Files:
-
- trunk/scripts/JlogUpdater.php (modified) (2 diffs)
- trunk/scripts/update/102To110.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/JlogUpdater.php
r1739 r1741 17 17 function JlogUpdater() 18 18 { 19 // nothing to do here now19 require_once(JLOG_BASEPATH."scripts".DIRECTORY_SEPARATOR."settings.class.php"); 20 20 } 21 21 … … 120 120 121 121 function _updateVersionNumber($newver) 122 { 123 require(JLOG_BASEPATH."scripts".DIRECTORY_SEPARATOR."settings.class.php"); 124 122 { 125 123 // read current settings from environment and POSTed data 126 124 $update = new Settings($l); trunk/scripts/update/102To110.php
r1740 r1741 33 33 function performUpdate($l) 34 34 { 35 require (JLOG_BASEPATH."scripts".DIRECTORY_SEPARATOR."settings.class.php");35 require_once(JLOG_BASEPATH."scripts".DIRECTORY_SEPARATOR."settings.class.php"); 36 36 37 37 // read current settings from environment and POSTed data
