Remove an app's categories when removing the app

This commit is contained in:
Nathan Gray 2011-02-02 00:45:54 +00:00
parent 4e07a37116
commit 18882c57c7

View File

@ -657,6 +657,8 @@ class setup
}
$setup_info = $GLOBALS['setup_info'];
// Remove categories
$this->db->delete(categories::TABLE, array('cat_appname'=>$appname),__LINE__,__FILE__);
//echo 'DELETING application: ' . $appname;
$this->db->delete($this->applications_table,array('app_name'=>$appname),__LINE__,__FILE__);
$this->clear_session_cache();