hholzgra Fri Feb 28 01:30:59 2003 EDT Modified files: /php4/scripts/ext_skel_ng xml_stream_parser.php Log: "on line #", not "in line #" Index: php4/scripts/ext_skel_ng/xml_stream_parser.php diff -u php4/scripts/ext_skel_ng/xml_stream_parser.php:1.1 php4/scripts/ext_skel_ng/xml_stream_parser.php:1.2 --- php4/scripts/ext_skel_ng/xml_stream_parser.php:1.1 Wed Feb 19 05:07:22 2003 +++ php4/scripts/ext_skel_ng/xml_stream_parser.php Fri Feb 28 01:30:59 2003 @@ -36,7 +36,7 @@ } function error($msg) { - die("$msg in line ".xml_get_current_line_number($this->parser)); + die("$msg on line ".xml_get_current_line_number($this->parser)); } } // end of class xml ?>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php