one more strlen transition missed

This commit is contained in:
Michal Čihař
2004-03-09 15:05:23 +00:00
parent 88dc344cdb
commit 4bc0f3cb14

View File

@@ -102,7 +102,7 @@ function PMA_STR_strInStr($needle, $haystack)
*/ */
function PMA_STR_charIsEscaped($string, $pos, $start = 0) function PMA_STR_charIsEscaped($string, $pos, $start = 0)
{ {
$len = $GLOBALS['PMA_strlen']($string); $len = PMA_strlen($string);
// Base case: // Base case:
// Check for string length or invalid input or special case of input // Check for string length or invalid input or special case of input
// (pos == $start) // (pos == $start)