X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_image_type.php;h=ad1ac40895abfea7c485fc83134ee71de272cd3b;hp=8e26ab1f73d5990674089d5f57577b943a445a94;hb=HEAD;hpb=9bc3651ab43d3189c8ade255d0ef1356a4f7a6ec diff --git a/DataObjects/Core_image_type.php b/DataObjects/Core_image_type.php index 8e26ab1f..ad1ac408 100644 --- a/DataObjects/Core_image_type.php +++ b/DataObjects/Core_image_type.php @@ -2,14 +2,14 @@ /** * Table Definition for core company */ -require_once 'DB/DataObject.php'; +class_exists('DB_DataObject') ? '' : require_once 'DB/DataObject.php'; class Pman_Core_DataObjects_Core_image_type extends DB_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ - public $__table = 'core_image_type'; // table name + public $__table = 'core_image_type'; // table name public $id; // int(11) not_null primary_key auto_increment public $name; // string(64) not_null