From f5cdef3db8fe356f5bedbd8a0372c436e653aff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 8 Aug 2011 17:17:34 +0200 Subject: [PATCH] No need to mention requirements --- libraries/sqlparser.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/sqlparser.lib.php b/libraries/sqlparser.lib.php index d26c4607c3..9a6df66f59 100644 --- a/libraries/sqlparser.lib.php +++ b/libraries/sqlparser.lib.php @@ -507,7 +507,7 @@ if (! defined('PMA_MINIMUM_COMMON')) { echo ''; */ - // Nijel: Fast skip is especially needed for huge BLOB data, requires PHP at least 4.3.0: + // Fast skip is especially needed for huge BLOB data if ($is_hex_digit) { $count2++; $pos = strspn($sql, '0123456789abcdefABCDEF', $count2);