Skip to content
Snippets Groups Projects
Commit de878361 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Fixed a typo.

Rev: lib/modules/Sql.pmod/mysql.pike:1.32
parent e7bdd005
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: mysql.pike,v 1.31 2006/09/15 13:08:50 mast Exp $ * $Id: mysql.pike,v 1.32 2006/09/15 14:28:03 mast Exp $
* *
* Glue for the Mysql-module * Glue for the Mysql-module
*/ */
...@@ -608,7 +608,7 @@ int decode_datetime (string timestr) ...@@ -608,7 +608,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