From 1d1673dad4457a571a797ad598f2762d23c71b0a Mon Sep 17 00:00:00 2001 From: avl Date: Mon, 18 Aug 2008 16:00:59 +0300 Subject: [PATCH] ORM Sluggable Action --- ipf.php | 2 +- ipf/orm/template/timestampable.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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', -- 2.49.0