source:
extensions/external_ImageMagick/trunk/maintain.inc.php
@
31300
Last change on this file since 31300 was 9852, checked in by , 14 years ago | |
---|---|
File size: 212 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | function plugin_activate($plugin_id, $plugin_version, &$errors) |
4 | { |
5 | if (!function_exists('exec')) |
6 | array_push($errors, l10n('Function "exec" is not available. This plugin can not be activated.')); |
7 | } |
8 | |
9 | ?> |
Note: See TracBrowser
for help on using the repository browser.