Code

fixed : Member var goFonMakroVisible commented out, caused by broken comment
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 29 Jun 2005 05:38:40 +0000 (05:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 29 Jun 2005 05:38:40 +0000 (05:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@904 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/macro/class_gofonMacro.inc

index 4326f116bd06ff341d5d8c1e7d4f7afc0a145bb7..804c6737e7c8af9a6ec2c44c875da6cd2f0ab42b 100755 (executable)
@@ -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 */