From: avl Date: Mon, 18 Aug 2008 13:00:59 +0000 (+0300) Subject: ORM Sluggable Action X-Git-Tag: 0.5~530 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=1d1673dad4457a571a797ad598f2762d23c71b0a;p=ipf.git ORM Sluggable Action --- diff --git a/ipf.php b/ipf.php index e3d823c..a50ac04 100644 --- a/ipf.php +++ b/ipf.php @@ -58,7 +58,7 @@ final class IPF{ if (array_search('IPF_Admin',IPF::$settings['applications'])) IPF::$settings['template_dirs'][] = IPF::$settings['ipf_path'].DIRECTORY_SEPARATOR.'ipf'.DIRECTORY_SEPARATOR.'admin'.DIRECTORY_SEPARATOR.'templates'; } - + if (!isset(IPF::$settings['debug'])){ IPF::$settings['debug'] = true; } diff --git a/ipf/orm/template/timestampable.php b/ipf/orm/template/timestampable.php index f39a19b..aae6814 100644 --- a/ipf/orm/template/timestampable.php +++ b/ipf/orm/template/timestampable.php @@ -1,7 +1,6 @@ array('name' => 'created_at', 'type' => 'timestamp', 'format' => 'Y-m-d H:i:s',