From b413a39b49fea2e2a84da6e924cb36668fe35cf9 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 25 Feb 2009 14:35:43 +0000 Subject: [PATCH] "some more compatibility stuff (table-name as variable)" --- phpgwapi/inc/class.categories.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpgwapi/inc/class.categories.inc.php b/phpgwapi/inc/class.categories.inc.php index f50092ea37..8c2a7f7adc 100644 --- a/phpgwapi/inc/class.categories.inc.php +++ b/phpgwapi/inc/class.categories.inc.php @@ -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 *