pike.git/
lib/
modules/
Sql.pmod/
mysql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-09-15
2006-09-15 14:28:02 by Martin Stjernholm <mast@lysator.liu.se>
e69e71205992a9f7e0f1f404f2a7d029b2e194fa (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.4
Fixed a typo.
Rev: lib/modules/Sql.pmod/mysql.pike:1.21
1:
/*
-
* $Id: mysql.pike,v 1.
20
2006/09/15
13
:
13
:
26
mast Exp $
+
* $Id: mysql.pike,v 1.
21
2006/09/15
14
:
28
:
02
mast Exp $
* * Glue for the Mysql-module */
611:
"and the MySQL server doesn't support UTF-8: %s\n", describe_error (err)); else
-
throw err;
+
throw
(
err
)
;
} send_charset = new_send_charset; }