Code

Updated msgpool
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 Mar 2008 07:28:05 +0000 (07:28 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 Mar 2008 07:28:05 +0000 (07:28 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9983 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/utils/class_msgPool.inc

index 6aa1c49f2aeb7ac3cf703e19d8f896cdad46a822..012bb9d1124008492f7f193e9b4433cd8c02f5e1 100644 (file)
@@ -538,6 +538,11 @@ class msgPool
   }
 
 
+  public static function installPhpModule($what)
+  {
+    return sprintf(_("Install and activate the %s PHP module."), $what);
+  }
+
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>