source:
extensions/external_ImageMagick/branch/2.1/maintain.inc.php
@
9857
Last change on this file since 9857 was 9857, 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.