From 3d4e72dbf8bffa9e4689964f1ae77bfc2bacf956 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 6 Sep 2010 00:34:10 +0000 Subject: [PATCH] Add more log --- dev/skeletons/build_class_from_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/skeletons/build_class_from_table.php b/dev/skeletons/build_class_from_table.php index bfd8737a9b1..64c9f3f3cda 100644 --- a/dev/skeletons/build_class_from_table.php +++ b/dev/skeletons/build_class_from_table.php @@ -65,6 +65,7 @@ if ($db->type != 'mysql' && $db->type != 'mysqli') // Show parameters print 'Tablename='.$argv[1]."\n"; +print "Current dir is ".getcwd()."\n"; @@ -357,7 +358,6 @@ if ($fp) fclose($fp); print "\n"; print "File '".$outfile."' has been built in current directory.\n"; - print "Current dir is ".getcwd()."\n"; } else $error++;