source: extensions/external_ImageMagick/trunk/maintain.inc.php @ 9856

Last change on this file since 9856 was 9852, checked in by patdenice, 13 years ago

Add external ImageMagick plugin.

File size: 212 bytes
Line 
1<?php
2
3function 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.