1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

added "Make Admin" to 'Quick Add User" and cleaned up administrator routines.

This commit is contained in:
CaMer0n
2009-11-12 01:53:16 +00:00
parent f8b49748d5
commit 2c9190de6b
4 changed files with 308 additions and 242 deletions

View File

@@ -9,8 +9,8 @@
* General purpose file
*
* $Source: /cvs_backup/e107_0.8/class2.php,v $
* $Revision: 1.154 $
* $Date: 2009-11-11 16:02:36 $
* $Revision: 1.155 $
* $Date: 2009-11-12 01:53:15 $
* $Author: e107coders $
*
*/
@@ -1891,7 +1891,12 @@ function class_list($uid = '')
// ---------------------------------------------------------------------------
//DEPRECATED - use e107::includeLan();
/**
* DEPRECATED - use e107::includeLan();
* @param object $path
* @param object $force [optional]
* @return
*/
function include_lan($path, $force = false)
{
return e107::includeLan($path, $force);