summaryrefslogtreecommitdiff
path: root/bin/fs-setup
diff options
context:
space:
mode:
authorivan <ivan>2001-09-04 11:15:15 +0000
committerivan <ivan>2001-09-04 11:15:15 +0000
commit895e5dd0c472e41875435cc625f1ca0a36bd2524 (patch)
tree7ebe6512721108b9de9aec16ca86ad47ec517dd0 /bin/fs-setup
parent7258cc4a7bf97ab2a0bca9dd2242e328e1a017ee (diff)
much better
Diffstat (limited to 'bin/fs-setup')
-rwxr-xr-xbin/fs-setup3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index 3d56d9f1f..1c720e698 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.51 2001-09-04 11:14:13 ivan Exp $
+# $Id: fs-setup,v 1.52 2001-09-04 11:15:15 ivan Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -79,7 +79,6 @@ my(%tables)=&tables_hash_hack;
#turn it into objects
my($dbdef) = new DBIx::DBSchema ( map {
my(@columns);
- warn $_;
warn $tables{$_}{'columns'};
while (@{$tables{$_}{'columns'}}) {
my($name,$type,$null,$length)=splice @{$tables{$_}{'columns'}}, 0, 4;