Added Add Node capability
This commit is contained in:
@@ -61,6 +61,13 @@ abstract class lnApp_Model_NODE extends ORM_TSM {
|
||||
),
|
||||
);
|
||||
|
||||
protected $_custom_cols = array(
|
||||
'EMAILADDRESS',
|
||||
'FORCEPWRESET',
|
||||
'PASSWORD',
|
||||
'USERID',
|
||||
);
|
||||
|
||||
/**
|
||||
* Get all the ACTIVITIY LOG for this NODE
|
||||
*/
|
||||
@@ -105,6 +112,7 @@ abstract class lnApp_Model_NODE extends ORM_TSM {
|
||||
}
|
||||
|
||||
Log::instance()->add(LOG::DEBUG,'EXIT :method',array(':method'=>__METHOD__));
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user