]> granicus.if.org Git - php/commitdiff
Remove bogus "by"
authorSascha Schumann <sas@php.net>
Thu, 10 Aug 2000 19:27:30 +0000 (19:27 +0000)
committerSascha Schumann <sas@php.net>
Thu, 10 Aug 2000 19:27:30 +0000 (19:27 +0000)
ext/session/session.c

index a2d12294e5798d7bbddc1e8826d0c5a2b497af1e..cbad7694844a328d397e6b7b5a5e3e5de2cfdfd0 100644 (file)
@@ -611,7 +611,7 @@ static void _php_session_cache_limiter(PSLS_D)
                int output_start_lineno = php_get_output_start_lineno();
 
                if (output_start_filename) {
-                       php_error(E_WARNING, "Cannot send session cache limiter - headers already sent by (output started at %s:%d)",
+                       php_error(E_WARNING, "Cannot send session cache limiter - headers already sent (output started at %s:%d)",
                                output_start_filename, output_start_lineno);
                } else {
                        php_error(E_WARNING, "Cannot send session cache limiter - headers already sent");