DataObjects/Core_company.php
[Pman.Core] / DataObjects / Core_image_type.php
index 8e26ab1..ad1ac40 100644 (file)
@@ -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