use new directory API
Tara L Andrews [Thu, 1 Mar 2012 14:47:57 +0000 (15:47 +0100)]
script/save_to_db.pl

index 69e4fca..2d734b3 100755 (executable)
@@ -70,7 +70,8 @@ if( $delete ) {
 
 # Now try reading the objects from the DB.
 if( $list ) {
-       foreach my $tid ( $kdb->tradition_ids ) {
+       foreach my $tref ( $kdb->traditionlist ) {
+               my $tid = $tref->{'id'};
                my $scope = $kdb->new_scope();
                my $t = $kdb->tradition( $tid );
                print STDERR "$tid: Tradition '" . $t->name . "'\n";