Password Reset Validation, Removal of unnessary files, Service display updates

This commit is contained in:
Deon George
2013-06-06 00:03:55 +10:00
parent 0efd99f194
commit 66ea9babf4
12 changed files with 94 additions and 163 deletions

View File

@@ -65,7 +65,7 @@ class Config extends Kohana_Config {
}
public static function date($date) {
return is_null($date) ? NULL : date(Company::instance()->date_format(),$date);
return is_null($date) ? ' ' : date(Company::instance()->date_format(),$date);
}
/**