2011-08-10 Tomas Palacios <tomas.palacios@artica.es>
* godmode/servers/modificar_server.php: Fixed a bug regarding bad description displays in server management. Fixes: Bug ID 3389748 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4714 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7ba1eabcae
commit
a1866be7fe
|
@ -124,7 +124,7 @@ else {
|
|||
|
||||
$data[0] = '<a href="index.php?sec=gservers&sec2=godmode/servers/modificar_server&server='.$server["id_server"].'">'.$server["name"].'</a>';
|
||||
$data[1] = $server_status;
|
||||
$data[2] = substr ($server["description"], 0, 25);
|
||||
$data[2] = ui_print_string_substr ($server["description"], 25, true);
|
||||
$data[3] = $server['img'];
|
||||
$data[4] = human_time_comparation ($server["laststart"]);
|
||||
$data[5] = human_time_comparation ($server["keepalive"]);
|
||||
|
|
Loading…
Reference in New Issue