changeset 466:fd192840dbea

Adjust limit.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Dec 2013 19:04:47 +0200
parents dcf645be0f22
children 9e987c975dca
files admajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ? "</div>\n" : "");
 }