mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 14:40:34 +02:00
Remove an app's categories when removing the app
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user