diff --git a/lib/modules/Sql.pmod/mysql.pike b/lib/modules/Sql.pmod/mysql.pike index 2a5559ab2c9839e67dcc0f337f0bc9b1b7cc00be..ea7182788dc466bdf3e3c79c53d3c4c5275251a3 100644 --- a/lib/modules/Sql.pmod/mysql.pike +++ b/lib/modules/Sql.pmod/mysql.pike @@ -1,5 +1,5 @@ /* - * $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 */ @@ -581,7 +581,7 @@ int decode_datetime (string timestr) "and the MySQL server doesn't support UTF-8: %s\n", \ describe_error (err)); \ else \ - throw err; \ + throw(err); \ } \ send_charset = new_send_charset; \ } \