mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Remove redundant function
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/class2.php,v $
|
| $Source: /cvs_backup/e107_0.8/class2.php,v $
|
||||||
| $Revision: 1.88 $
|
| $Revision: 1.89 $
|
||||||
| $Date: 2008-12-21 22:17:05 $
|
| $Date: 2008-12-21 22:29:38 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -1592,6 +1592,7 @@ function message_handler($mode, $message, $line = 0, $file = "")
|
|||||||
show_emessage($mode, $message, $line, $file);
|
show_emessage($mode, $message, $line, $file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
function table_exists($check)
|
function table_exists($check)
|
||||||
{
|
{
|
||||||
@@ -1614,6 +1615,7 @@ function table_exists($check)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
function class_list($uid = '')
|
function class_list($uid = '')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user