Changeset 2757 for plugins/pacKman/_install.php
- Timestamp:
- 11/12/10 17:56:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pacKman/_install.php
r2298 r2757 20 20 try 21 21 { 22 if (version_compare( DC_VERSION,'2.2-beta','<'))22 if (version_compare(str_replace("-r","-p",DC_VERSION),'2.2-alpha','<')) 23 23 { 24 24 throw new Exception('pacKman requires Dotclear 2.2');
Note: See TracChangeset
for help on using the changeset viewer.