mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Remove debug flag
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/e107_handlers/plugin_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
|
||||||
| $Revision: 1.56 $
|
| $Revision: 1.57 $
|
||||||
| $Date: 2008-12-10 13:27:09 $
|
| $Date: 2008-12-10 13:41:36 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: mcfly_e107 $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -319,7 +319,7 @@ class e107plugin
|
|||||||
$tmp['userclass_description'] = $class_description;
|
$tmp['userclass_description'] = $class_description;
|
||||||
$tmp['_FIELD_TYPES']['userclass_id'] = 'int';
|
$tmp['_FIELD_TYPES']['userclass_id'] = 'int';
|
||||||
$tmp['_FIELD_TYPES']['_DEFAULT'] = 'todb';
|
$tmp['_FIELD_TYPES']['_DEFAULT'] = 'todb';
|
||||||
return $sql->db_Insert('userclass_classes', $tmp, true);
|
return $sql->db_Insert('userclass_classes', $tmp);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user