From: Roland Häder Date: Sun, 8 Jun 2008 20:17:40 +0000 (+0000) Subject: debugInstance() commented out X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8995d39e2d13295568b6ca1d0a6ec01302994d22;p=shipsimu.git debugInstance() commented out --- diff --git a/inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php b/inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php index f6013da..262c950 100644 --- a/inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php +++ b/inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php @@ -139,7 +139,7 @@ class UserDatabaseWrapper extends BaseDatabaseWrapper { $dataSetInstance->setTableName(self::DB_TABLE_USER); // Add all needed request elements to the data set - $requestInstance->debugInstance(); + //$requestInstance->debugInstance(); // "Insert" this request instance completely into the database $this->getDatabaseInstance()->insertDataSet($dataSetInstance);