Revision: 3047
Author: olavmrk
Date: Thu Mar 15 06:31:41 2012
Log: consent: Do not initialize the database unless it is needed.
http://code.google.com/p/simplesamlphp/source/detail?r=3047
Modified:
/trunk/modules/consent/lib/Consent/Store/Database.php
=======================================
--- /trunk/modules/consent/lib/Consent/Store/Database.php Thu Mar 15
06:31:19 2012
+++ /trunk/modules/consent/lib/Consent/Store/Database.php Thu Mar 15
06:31:41 2012
@@ -101,9 +101,6 @@
}
$this->_timeout = $config['timeout'];
}
-
- // @TODO Should be removed
- $db = $this->_getDB();
}
/**
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to simplesamlphp-commits@googlegroups.com.
To unsubscribe from this group, send email to
simplesamlphp-commits+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.