summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4c904f7)
raw | patch | inline | side by side (parent: 4c904f7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Nov 2006 11:42:47 +0000 (11:42 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Nov 2006 11:42:47 +0000 (11:42 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5081 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/users/class_divListUsers.inc | patch | blob | history |
diff --git a/plugins/admin/users/class_divListUsers.inc b/plugins/admin/users/class_divListUsers.inc
index 33906b2c406c80307e2444e491b2eed8f2001b81..e63142f8a0c03a85ce7a9a6b212c77557274a47f 100644 (file)
$fonac = preg_replace("/%image%/", "select_phone_connected.png", $fonimg);
$fonac = preg_replace("/%KEY%/", "$key", $fonac);
$fonac = preg_replace("/%title%/", $connected, $fonac);
- $ip_port= " - ".$mysql_entry[3].":".$mysql_entry[2];
+ #$ip_port= " - ".$mysql_entry[3].":".$mysql_entry[2];
}
if((isset($mysql_entry[0]))&&($mysql_entry[0]==0)){
$connected = " | "._("Offline");