Skip to content
Snippets Groups Projects
Commit ac9c50b8 authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Bugfix.

Rev: lib/modules/Sql.pmod/sql.pike:1.29
parent 083111b4
Branches
Tags
No related merge requests found
/* /*
* $Id: sql.pike,v 1.28 1998/11/04 12:35:15 grubba Exp $ * $Id: sql.pike,v 1.29 1999/06/01 20:41:00 marcus Exp $
* *
* Implements the generic parts of the SQL-interface * Implements the generic parts of the SQL-interface
* *
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
//. //.
//. File: sql.pike //. File: sql.pike
//. RCSID: $Id: sql.pike,v 1.28 1998/11/04 12:35:15 grubba Exp $ //. RCSID: $Id: sql.pike,v 1.29 1999/06/01 20:41:00 marcus Exp $
//. Author: Henrik Grubbstrm (grubba@idonex.se) //. Author: Henrik Grubbstrm (grubba@idonex.se)
//. //.
//. Synopsis: Implements the generic parts of the SQL-interface. //. Synopsis: Implements the generic parts of the SQL-interface.
...@@ -220,6 +220,7 @@ void create(void|string|object host, void|string db, ...@@ -220,6 +220,7 @@ void create(void|string|object host, void|string db,
} else { } else {
master_sql = p(); master_sql = p();
} }
if(master_sql)
break; break;
}; };
if (err) { if (err) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment