From dce02a03cb83c04aa1453247c11d95606a8b44e4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 30 Aug 2011 22:16:31 +0000 Subject: [PATCH] re-added common::find_image() and common::image_on() as deprecated --- phpgwapi/inc/class.common.inc.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index 7398b0f7eb..ab3371ef5d 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -737,6 +737,22 @@ class common return False; } + /** + * @deprecated use image($app,$image) + */ + static function find_image($app,$image) + { + return self::image($app,$image); + } + + /** + * @deprecated use image($app,$image) + */ + static function image_on($app,$image) + { + return self::image($app,$image); + } + /** * Searches a appname, template and maybe language and type-specific image *