Skip to content
Snippets Groups Projects
Commit 20fbc706 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Removed unneeded import of Array.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.4
parent ded25ebf
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: sql_result.pike,v 1.3 1997/12/12 21:36:20 grubba Exp $ * $Id: sql_result.pike,v 1.4 1998/03/19 23:50:41 grubba Exp $
* *
* Implements the generic result module of the SQL-interface * Implements the generic result module of the SQL-interface
* *
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
//. //.
//. File: sql_result.pike //. File: sql_result.pike
//. RCSID: $Id: sql_result.pike,v 1.3 1997/12/12 21:36:20 grubba Exp $ //. RCSID: $Id: sql_result.pike,v 1.4 1998/03/19 23:50:41 grubba Exp $
//. Author: Henrik Grubbström (grubba@infovav.se) //. Author: Henrik Grubbström (grubba@infovav.se)
//. //.
//. Synopsis: Implements the generic result of the SQL-interface. //. Synopsis: Implements the generic result of the SQL-interface.
...@@ -28,7 +28,7 @@ object|array master_res; ...@@ -28,7 +28,7 @@ object|array master_res;
//. If the result was an array, this is the current row. //. If the result was an array, this is the current row.
int index; int index;
import Array; // import Array;
//. - create //. - create
//. Create a new Sql.sql_result object //. Create a new Sql.sql_result object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment