No need to mention requirements

This commit is contained in:
Michal Čihař 2011-08-08 17:17:34 +02:00
parent aceefcb23e
commit f5cdef3db8

View File

@ -507,7 +507,7 @@ if (! defined('PMA_MINIMUM_COMMON')) {
echo '</pre>';
*/
// 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);