Exemplo n.º 1
0
 public function importGoods(&$proto, $gtype)
 {
     if (!function_exists("goods_import")) {
         require CORE_INCLUDE_DIR . "/core/goods.import.php";
     }
     return goods_import($proto, $gtype, $this);
 }
Exemplo n.º 2
0
 function importGoods(&$proto, $gtype)
 {
     if (!function_exists('goods_import')) {
         require CORE_INCLUDE_DIR . '/core/goods.import.php';
     }
     return goods_import($proto, $gtype, $this);
 }