1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Remove redundant function

This commit is contained in:
e107steved
2008-12-21 22:29:38 +00:00
parent 0c5462b757
commit 8a029059fa

View File

@@ -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 = '')
{ {