Code

Added additional comments.
[gosa.git] / gosa-core / include / functions.inc
index fd8252b1ff4e11c06ba8bf22bf764c4cd765e8fb..fc2ff20455550af311d61cec75e9f276fa4a758e 100644 (file)
@@ -3521,6 +3521,9 @@ function mark($needle, $haystack, $ignorecase= true)
 /* Return an image description using the path */
 function image($path, $label= null)
 {
+  global $config;
+  global $BASE_DIR;
+
   // Bail out, if there's no style file
   if(!session::global_is_set("img-styles")){