From 8f416baead93a48e5799e44b8bd2e2c4859f4e04 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 14 Sep 2007 13:18:58 +0200 Subject: auf Version 1.11 aktualisiert; Login-Bug behoben --- includes/SearchMySQL.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'includes/SearchMySQL.php') diff --git a/includes/SearchMySQL.php b/includes/SearchMySQL.php index 0e02a684..905075ef 100644 --- a/includes/SearchMySQL.php +++ b/includes/SearchMySQL.php @@ -200,6 +200,10 @@ class MySQLSearchResultSet extends SearchResultSet { return new SearchResult( $row ); } } + + function free() { + $this->mResultSet->free(); + } } -?> + -- cgit v1.2.3-54-g00ecf