Esempio n. 1
0
 function postflight($type, $parent)
 {
     if ($this->core === true) {
         return;
     }
     CCK_Install::import($parent, 'install', $this->cck);
 }
Esempio n. 2
0
 function preflight($type, $parent)
 {
     $this->cck = CCK_Install::init($parent);
 }