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

Now checks for existance of Mysql.mysql_result.

Rev: lib/modules/Sql.pmod/mysql_result.pike:1.2
parent 53675aea
Branches
Tags
No related merge requests found
/* /*
* $Id: mysql_result.pike,v 1.1 1997/03/06 21:20:20 grubba Exp $ * $Id: mysql_result.pike,v 1.2 1998/10/17 03:07:12 grubba Exp $
* *
* Glue for the Mysql-module * Glue for the Mysql-module
*/ */
#if constant(Mysql.mysql_result)
inherit Mysql.mysql_result; inherit Mysql.mysql_result;
#else /* !constant(Mysql.mysql_result) */
void create()
{
destruct();
}
#endif /* constant(Mysql.mysql_result) */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment