diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php
index 195474fb22..eaa64504bc 100644
--- a/phpgwapi/inc/class.common.inc.php
+++ b/phpgwapi/inc/class.common.inc.php
@@ -287,6 +287,7 @@
$GLOBALS['phpgw']->db->disconnect();
exit;
}
+
/*!
@function randomstring
@abstract return a random string of size $size
@@ -327,7 +328,7 @@
}
$html_error = '
' . lang($text)
- . ': | ' . $errors[0] . ' |
';
+ . ': ' . $errors[0] . ' | ';
for ($i=1; $i';
@@ -515,6 +516,7 @@
$output_text .= "
\n";
return $output_text;
}
+
/*!
@function get_app_dir
@abstract get directory of application
@@ -767,7 +769,6 @@
function find_image($appname,$image)
{
-
if (!is_array($this->found_files[$appname]))
{
$imagedir_olddefault = '/'.$appname.'/images';
@@ -786,7 +787,7 @@
}
$d->close();
}
-
+
if (@is_dir(PHPGW_INCLUDE_ROOT.$imagedir_default))
{
$d = dir(PHPGW_INCLUDE_ROOT.$imagedir_default);
@@ -799,7 +800,7 @@
}
$d->close();
}
-
+
if (@is_dir(PHPGW_INCLUDE_ROOT.$imagedir))
{
$d = dir(PHPGW_INCLUDE_ROOT.$imagedir);
@@ -891,7 +892,7 @@
$GLOBALS['phpgw_info']['navbar']['home']['icon'] = $this->image('phpgwapi','home.gif');
reset($GLOBALS['phpgw_info']['user']['apps']);
- asort($GLOBALS['phpgw_info']['user']['apps']);
+ ksort($GLOBALS['phpgw_info']['user']['apps']);
if(is_array($GLOBALS['phpgw_info']['user']['apps']['admin']))
{