summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e6affac)
raw | patch | inline | side by side (parent: e6affac)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 Mar 2008 07:28:05 +0000 (07:28 +0000) | ||
committer | cajus <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 | patch | blob | history |
index 6aa1c49f2aeb7ac3cf703e19d8f896cdad46a822..012bb9d1124008492f7f193e9b4433cd8c02f5e1 100644 (file)
}
+ 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:
?>