[Openupload-svn-update] SF.net SVN: openupload:[95] trunk/lib/modules/auth/default.inc.php
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-10-31 16:39:49
|
Revision: 95
http://openupload.svn.sourceforge.net/openupload/?rev=95&view=rev
Author: tsdogs
Date: 2008-10-31 16:39:45 +0000 (Fri, 31 Oct 2008)
Log Message:
-----------
fix registration bug for renamed functions
Modified Paths:
--------------
trunk/lib/modules/auth/default.inc.php
Modified: trunk/lib/modules/auth/default.inc.php
===================================================================
--- trunk/lib/modules/auth/default.inc.php 2008-10-28 18:55:55 UTC (rev 94)
+++ trunk/lib/modules/auth/default.inc.php 2008-10-31 16:39:45 UTC (rev 95)
@@ -5,7 +5,7 @@
var $userfields;
function defaultAuth() {
- $this->userfields = array('id','login','password','name','group_name','email','lang','reg_date','regid','active');
+ $this->userfields = array('login','password','name','group_name','email','lang','reg_date','regid','active');
$this->features = array('useradmin' => 'yes', 'groupadmin' => 'yes');
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|