Major work to domain and hosting
Minor updates for ADSL services Updates to Sort::MAsort() Move core OSB items under application/ Moved ACCOUNT functions under application Minor updates to task
This commit is contained in:
@@ -92,7 +92,7 @@ abstract class lnApp_Config extends Kohana_Config {
|
||||
* Show a date using a site configured format
|
||||
*/
|
||||
public static function date($date) {
|
||||
return date(Kohana::config('config.date_format'),$date);
|
||||
return $date ? date(Kohana::config('config.date_format'),$date) : '>Not Set<';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user