Changeset 257
- Timestamp:
- 11/03/08 08:24:55 (15 years ago)
- Location:
- plugins/gallery
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/gallery/_define.php
r255 r257 15 15 /* Description*/ "Image Gallery for Dotclear2", 16 16 /* Author */ "Bruno Hondelatte", 17 /* Version */ '0.3beta 2',17 /* Version */ '0.3beta3', 18 18 /* Permissions */ 'usage,contentadmin' 19 19 ); -
plugins/gallery/_install.php
r256 r257 24 24 $core->blog->settings->put($id,$old_value,$type,$label,$value_change,true); 25 25 } 26 if (version_compare($installed_version,$this_version,' >=')) {26 if (version_compare($installed_version,$this_version,'!=')) { 27 27 $core->blog->settings->setNamespace('gallery'); 28 28 putGlobalSetting('gallery_galleries_url_prefix','galleries','string','Gallery lists URL prefix');
Note: See TracChangeset
for help on using the changeset viewer.