Email invoices to users

This commit is contained in:
Deon George
2011-10-13 09:20:08 +11:00
parent c419b50bac
commit 0bbda5352e
13 changed files with 264 additions and 54 deletions

View File

@@ -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));
}
/**