Email invoices to users
This commit is contained in:
@@ -63,7 +63,7 @@ class Model_Auth_UserDefault extends Model_Auth_User {
|
||||
* Test to see if a record has been changed
|
||||
*/
|
||||
public function changed() {
|
||||
return ! (empty($this->_changed));
|
||||
return (count($this->_changed));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user