diff --git a/libraries/string.lib.php b/libraries/string.lib.php index 260e9a968..54eef96ac 100644 --- a/libraries/string.lib.php +++ b/libraries/string.lib.php @@ -73,7 +73,6 @@ if (@extension_loaded('ctype')) { /** * This checks if a string actually exists inside another string - * We try to do it in a PHP3-portable way. * We don't care about the position it is in. * * @uses PMA_STR_pos()