debugInstance() commented out
authorRoland Häder <roland@mxchange.org>
Sun, 8 Jun 2008 20:17:40 +0000 (20:17 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 8 Jun 2008 20:17:40 +0000 (20:17 +0000)
inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php

index f6013da0f6b6f687d9ed515faddc39f62aab4cdb..262c950c898698bfe18d3b7becc803cff2cee27b 100644 (file)
@@ -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);