Skip to content
Snippets Groups Projects
Commit cfdae498 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo.

Rev: lib/modules/Sql.pmod/mysql.pike:1.28
parent 8ed203fb
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: mysql.pike,v 1.27 2006/08/12 03:27:27 mast Exp $ * $Id: mysql.pike,v 1.28 2006/08/15 14:49:22 grubba Exp $
* *
* Glue for the Mysql-module * Glue for the Mysql-module
*/ */
...@@ -581,7 +581,7 @@ int decode_datetime (string timestr) ...@@ -581,7 +581,7 @@ int decode_datetime (string timestr)
"and the MySQL server doesn't support UTF-8: %s\n", \ "and the MySQL server doesn't support UTF-8: %s\n", \
describe_error (err)); \ describe_error (err)); \
else \ else \
throw err; \ throw(err); \
} \ } \
send_charset = new_send_charset; \ send_charset = new_send_charset; \
} \ } \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment