diff --git a/lib/modules/Sql.pmod/mysql.pike b/lib/modules/Sql.pmod/mysql.pike
index a13ef8f47fb93dd4b1afdd588bc7def0d17e3454..44ae8b8c751a7c875323cf659beb2a8935e9ddcc 100644
--- a/lib/modules/Sql.pmod/mysql.pike
+++ b/lib/modules/Sql.pmod/mysql.pike
@@ -1,12 +1,12 @@
 /*
- * $Id: mysql.pike,v 1.2 1998/03/19 19:50:05 grubba Exp $
+ * $Id: mysql.pike,v 1.3 1998/03/19 19:55:47 grubba Exp $
  *
  * Glue for the Mysql-module
  */
 
 inherit Mysql.mysql;
 
-string sqlquote(string s)
+string quote(string s)
 {
   return(replace(s,
 		 ({ "\\", "\"", "\0", "\'", "\n", "\r" }),