summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ad5897a)
raw | patch | inline | side by side (parent: ad5897a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 13:32:29 +0000 (13:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 13:32:29 +0000 (13:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8663 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/generic/class_user.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc
index 9e75338d044fe3e32cbc85c694559857681fcbbb..565af59c2ab13d9eebaa96e17309508ffff88f66 100644 (file)
/* Do we represent a valid gosaAccount? */
if (!$this->is_account){
- echo "<img alt=\"\" src=\"images/stop.png\" align=\"middle\"> <b>".
+ $str = "<img alt=\"\" src=\"images/stop.png\" align=\"middle\"> <b>".
_("This account has no valid GOsa extensions.")."</b>";
- return;
+ return($str);
}
/* Base select dialog */