need to include API's common_functions to use check_load_extension

This commit is contained in:
Ralf Becker 2009-04-28 12:48:27 +00:00
parent 96f5529abf
commit b31aa4ae62
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
* @version $Id$
*/
include_once('../../phpgwapi/inc/common_functions.inc.php');
check_load_extension('gd',true); // true = throw exception if not loadable
foreach(array('width'=>1,'height'=>1,'color1'=>'000080','color2'=>'ffffff') as $name => $default)

View File

@ -10,6 +10,7 @@
* @version $Id$
*/
include_once('../../phpgwapi/inc/common_functions.inc.php');
check_load_extension('gd',true); // true = throw exception if not loadable
foreach(array('width'=>-20,'height'=>40,'border'=>1,'color'=>'000080','bgcolor'=>'0000FF') as $name => $default)