mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 11:21:42 +02: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
|
* Name of the categories table
|
||||||
*/
|
*/
|
||||||
const TABLE = 'egw_categories';
|
const TABLE = 'egw_categories';
|
||||||
|
/**
|
||||||
|
* @deprecated use categoris::TABLE
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
var $table = self::TABLE;
|
||||||
/**
|
/**
|
||||||
* Cache holding all categories, set via init_cache() method
|
* Cache holding all categories, set via init_cache() method
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user