- Timestamp:
- Mar 2, 2012, 4:35:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/db/118-database.php
r13242 r13459 29 29 $upgrade_description = 'Automatically activate mobile theme.'; 30 30 31 conf_update_param('mobile_theme', 'smartpocket'); 31 include_once(PHPWG_ROOT_PATH.'include/constants.php'); 32 include_once(PHPWG_ROOT_PATH.'admin/include/themes.class.php'); 33 $themes = new themes(); 34 $themes->perform_action('activate', 'smartpocket'); 32 35 33 36 echo
Note: See TracChangeset
for help on using the changeset viewer.