From d1954748c4fbcfcebf77c735d23ec905cf346cef Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 29 Jun 2005 05:38:40 +0000 Subject: [PATCH] fixed : Member var goFonMakroVisible commented out, caused by broken comment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@904 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/macro/class_gofonMacro.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gofon/macro/class_gofonMacro.inc b/plugins/gofon/macro/class_gofonMacro.inc index 4326f116b..804c6737e 100755 --- a/plugins/gofon/macro/class_gofonMacro.inc +++ b/plugins/gofon/macro/class_gofonMacro.inc @@ -33,7 +33,7 @@ class macro extends plugin /*! Here is the macro content, the real macroscript */ var $goFonMacroContent= ""; - /*! To allow user to use this macro this var must be true, else false * / + /*! To allow user to use this macro this var must be true, else false */ var $goFonMacroVisible= 0; /*! attribute list for save action */ -- 2.30.2