Changeset 2272 for plugins/gallery/trunk/_install.php
- Timestamp:
- 05/27/10 08:25:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/gallery/trunk/_install.php
r2264 r2272 22 22 } 23 23 # Settings compatibility test 24 if ( !version_compare(DC_VERSION,'2.2alpha','>=')) {24 if (version_compare(DC_VERSION,'2.2-alpha','>=')) { 25 25 $core->blog->settings->addNamespace('gallery'); 26 26 $gallery_settings =& $core->blog->settings->gallery;
Note: See TracChangeset
for help on using the changeset viewer.