Changeset 2760 for plugins/disclaimer/_install.php
- Timestamp:
- 11/12/10 18:11:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/disclaimer/_install.php
r2306 r2760 24 24 { 25 25 # Check DC 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('disclaimer requires Dotclear 2.2');
Note: See TracChangeset
for help on using the changeset viewer.