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:03 by Martin Stjernholm <mast@lysator.liu.se>
f430eafee0400506f09929619e25ec24f750918b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.6
Fixed a typo.
Rev: lib/modules/Sql.pmod/mysql.pike:1.26
1:
/*
-
* $Id: mysql.pike,v 1.
25
2006/09/15
13
:
11
:
24
mast Exp $
+
* $Id: mysql.pike,v 1.
26
2006/09/15
14
:
28
:
03
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; }