Changeset 2753 for plugins/dcFilterDuplicate/_install.php
- Timestamp:
- 11/12/10 17:40:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcFilterDuplicate/_install.php
r2305 r2753 24 24 { 25 25 # Check version 26 if (version_compare( DC_VERSION,'2.2-beta','<'))26 if (version_compare(str_replace("-r","-p",DC_VERSION),'2.2-alpha','<')) 27 27 { 28 28 throw new Exception('dcFilterDuplicate requires Dotclear 2.2');
Note: See TracChangeset
for help on using the changeset viewer.