mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-31 02:21:28 +01:00
"some more compatibility stuff (table-name as variable)"
This commit is contained in:
parent
8ff2025051
commit
b413a39b49
@ -62,6 +62,11 @@ class categories
|
||||
* Name of the categories table
|
||||
*/
|
||||
const TABLE = 'egw_categories';
|
||||
/**
|
||||
* @deprecated use categoris::TABLE
|
||||
* @var string
|
||||
*/
|
||||
var $table = self::TABLE;
|
||||
/**
|
||||
* Cache holding all categories, set via init_cache() method
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user