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

e107 class improvement: getMessageHandler() method added (for consistency), getLan() renamed to includeLan()

This commit is contained in:
secretr
2009-09-19 15:27:26 +00:00
parent c6051192b2
commit 64f9020f5d
4 changed files with 35 additions and 15 deletions

View File

@@ -9,8 +9,8 @@
* General purpose file
*
* $Source: /cvs_backup/e107_0.8/class2.php,v $
* $Revision: 1.144 $
* $Date: 2009-09-15 13:34:09 $
* $Revision: 1.145 $
* $Date: 2009-09-19 15:27:26 $
* $Author: secretr $
*
*/
@@ -1876,10 +1876,10 @@ function class_list($uid = '')
// ---------------------------------------------------------------------------
//DEPRECATED - use e107::getLan();
//DEPRECATED - use e107::includeLan();
function include_lan($path, $force = false)
{
return e107::getLan($path, $force);
return e107::includeLan($path, $force);
}
/*