# HG changeset patch # User Matti Hamalainen # Date 1386349487 -7200 # Node ID fd192840dbea4a780f8c493d9722a600fc25cc4f # Parent dcf645be0f22d211488c5ffb59682c2fe066ab9b Adjust limit. diff -r dcf645be0f22 -r fd192840dbea admajax.php --- a/admajax.php Fri Dec 06 19:04:19 2013 +0200 +++ b/admajax.php Fri Dec 06 19:04:47 2013 +0200 @@ -373,7 +373,7 @@ if (($slist = stFetchSQL($sql)) === false) $str .= "-"; else - $str .= chentities(substr($slist["name"], 0, 30)); + $str .= chentities(substr($slist["name"], 0, 40)); return $str.($outer ? "\n" : ""); }