Changeset 946
- Timestamp:
- 06/23/10 12:23:59 (20 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
engine/modules/plugin/Plugin.class.php (modified) (1 diff)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/engine/modules/plugin/Plugin.class.php
r939 r946 156 156 */ 157 157 if(defined('LS_VERSION') 158 and version_compare(LS_VERSION, $aPlugins[$sPlugin]['property']->requires->livestreet,'=<')) {158 and version_compare(LS_VERSION,(string)$aPlugins[$sPlugin]['property']->requires->livestreet,'<')) { 159 159 $this->Message_AddError( 160 160 $this->Lang_Get( -
trunk/index.php
r926 r946 17 17 error_reporting(E_ALL); 18 18 ini_set('display_errors', 1); 19 define('LS_VERSION','0.4. 1');19 define('LS_VERSION','0.4.2'); 20 20 define('SYS_HACKER_CONSOLE',false); 21 21 header('Content-Type: text/html; charset=utf-8');
