From 677e5a5da74080c0b08d8ca3e159aedc82670e76 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 8 Feb 2011 22:03:18 +0100 Subject: [PATCH] rfe #3148361 [interface] Replace hard coded limit with $cfg[LimitChars]. --- ChangeLog | 1 + tbl_change.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5eac03fb72..c0214cb0df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -135,6 +135,7 @@ - [interface] Default to not count tables in database. - patch #3172172 [interface] Shortcut for copying table row. - bug #3175227 [auth] Reset user cache on login. +- rfe #3148361 [interface] Replace hard coded limit with $cfg['LimitChars']. 3.3.10.0 (not yet released) - patch #3147400 [structure] Aria table size printed as unknown, diff --git a/tbl_change.php b/tbl_change.php index 9cdd00da75..713f02d6fd 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -899,8 +899,8 @@ foreach ($rows as $row_id => $vrow) { -- 2.11.4.GIT