diff --git a/lib/modules/Sql.pmod/sql.pike b/lib/modules/Sql.pmod/sql.pike index 1fee3570ae081b62736618ec1071ab9628af0743..94a9fd629d2f0160bdbae4d18824244d5109afe3 100644 --- a/lib/modules/Sql.pmod/sql.pike +++ b/lib/modules/Sql.pmod/sql.pike @@ -1,5 +1,5 @@ /* - * $Id: sql.pike,v 1.18 1998/03/19 23:49:37 grubba Exp $ + * $Id: sql.pike,v 1.19 1998/03/20 21:55:14 grubba Exp $ * * Implements the generic parts of the SQL-interface * @@ -8,8 +8,8 @@ //. //. File: sql.pike -//. RCSID: $Id: sql.pike,v 1.18 1998/03/19 23:49:37 grubba Exp $ -//. Author: Henrik Grubbstr�m (grubba@infovav.se) +//. RCSID: $Id: sql.pike,v 1.19 1998/03/20 21:55:14 grubba Exp $ +//. Author: Henrik Grubbstr�m (grubba@idonex.se) //. //. Synopsis: Implements the generic parts of the SQL-interface. //. @@ -20,9 +20,6 @@ #define throw_error(X) throw(({ (X), backtrace() })) -// import Array; -// import Simulate; - //. + master_sql //. Object to use for the actual SQL-queries. object master_sql;