From 282b71b4d81f665e9e5a1cd9d881dca96e0d8b03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 7 Feb 2013 20:13:12 +0000 Subject: [PATCH] Added generic wrapper (next commit) --- .../interfaces/database/wrapper/class_BookablePointsWrapper.php | 2 +- .../database/wrapper/class_ManageableAccountWrapper.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/classes/interfaces/database/wrapper/class_BookablePointsWrapper.php b/inc/classes/interfaces/database/wrapper/class_BookablePointsWrapper.php index 94ff1e29..a79f2143 100644 --- a/inc/classes/interfaces/database/wrapper/class_BookablePointsWrapper.php +++ b/inc/classes/interfaces/database/wrapper/class_BookablePointsWrapper.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -interface BookablePointsWrapper extends FrameworkInterface { +interface BookablePointsWrapper extends DatabaseWrapper { /** * Inserts the given points for the given user in the database * diff --git a/inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php b/inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php index df7e115d..276cb297 100644 --- a/inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php +++ b/inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -interface ManageableAccountWrapper extends FrameworkInterface { +interface ManageableAccountWrapper extends DatabaseWrapper { /** * Handles inserting the registration data from a registration instance into the database * -- 2.30.2