Changeset 2272 for plugins/gallery/trunk/gal.php
- Timestamp:
- 05/27/10 08:25:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/gallery/trunk/gal.php
r2264 r2272 32 32 $post_status = $core->auth->getInfo('user_post_status'); 33 33 $post_selected = false; 34 if (!version_compare(DC_VERSION,'2.2alpha','>=')) { 34 if (version_compare(DC_VERSION,'2.2-alpha','>=')) { 35 $post_open_comment = $core->blog->settings->system->allow_comments; 36 $post_open_tb = $core->blog->settings->system->allow_trackbacks; 37 } else { 35 38 $post_open_comment = $core->blog->settings->allow_comments; 36 39 $post_open_tb = $core->blog->settings->allow_trackbacks; 37 } else {38 $post_open_comment = $core->blog->settings->system->allow_comments;39 $post_open_tb = $core->blog->settings->system->allow_trackbacks;40 40 } 41 41
Note: See TracChangeset
for help on using the changeset viewer.