Changeset 1853 in ExiteCMS for trunk/modules/user_info_panel/module_installer.php
- Timestamp:
- 10/16/08 11:37:18 (4 years ago)
- File:
-
- 1 edited
-
trunk/modules/user_info_panel/module_installer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/user_info_panel/module_installer.php
r1250 r1853 36 36 37 37 // check for a minumum version of the ExiteCMS engine 38 if (str_replace(".", "", $settings['version']) < 7 00) {39 $mod_errors .= sprintf($locale['mod001'], '7. 00');38 if (str_replace(".", "", $settings['version']) < 720) { 39 $mod_errors .= sprintf($locale['mod001'], '7.20'); 40 40 } 41 41 // check for a maximum version of the ExiteCMS engine 42 if (str_replace(".", "", $settings['version']) > 7 10) {43 $mod_errors .= sprintf($locale['mod002'], '7. 10');42 if (str_replace(".", "", $settings['version']) > 720) { 43 $mod_errors .= sprintf($locale['mod002'], '7.20'); 44 44 } 45 45 // check for a specific revision number range that is supported
Note: See TracChangeset
for help on using the changeset viewer.
