summaryrefslogtreecommitdiff
path: root/security/mailzu/files/patch-lib_DBAuth.class.php
blob: fa63252d73580e932af5849964a9e45ff6c52454 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/DBAuth.class.php.orig	2007-06-14 19:00:15 UTC
+++ lib/DBAuth.class.php
@@ -81,7 +81,7 @@ class DBAuth {
 	* DBEngine constructor to initialize object
 	* @param none
 	*/
-	function DBAuth() {
+	function __construct() {
 		global $conf;
 
 		$this->dbType = $conf['auth']['dbType'];