source: extensions/external_ImageMagick/branch/2.1/maintain.inc.php @ 9857

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

Create branch 2.1

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.