From 73098224bf1896b92bd068a26a3f7aca739f310b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 13 Feb 2011 21:42:23 +0800 Subject: [PATCH] Generator.php --- Generator.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Generator.php b/Generator.php index d3285aaf..9e389d5a 100644 --- a/Generator.php +++ b/Generator.php @@ -203,9 +203,11 @@ class Pman_Core_Generator extends DB_DataObject_Generator } - - - + /** + * imports SQL files from all DataObjects directories.... + * + * except any matching /migrate/ + */ function importSQL() { $options = &PEAR::getStaticProperty('DB_DataObject','options'); -- 2.39.2