From 3f00f63f1be76852dc57bdea06e094e4c7046d4e Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Tue, 16 Oct 2007 13:28:55 +0000 Subject: [PATCH] removed old comment --- libraries/string.lib.php | 1 - 1 file changed, 1 deletion(-) 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()