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++;