fix var not declared
This commit is contained in:
parent
275724e7d6
commit
f6c2472d92
@ -31,7 +31,6 @@
|
||||
|
||||
/**
|
||||
* Events class
|
||||
* Initialy built by build_class_from_table on 2008-02-28 17:25
|
||||
*/
|
||||
class Events // extends CommonObject
|
||||
{
|
||||
@ -41,6 +40,8 @@ class Events // extends CommonObject
|
||||
var $id;
|
||||
var $db;
|
||||
|
||||
var $error;
|
||||
|
||||
var $tms;
|
||||
var $type;
|
||||
var $entity;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user