--- lib/A3C/Dispatcher.pm 2008/06/15 16:10:13 160 +++ lib/A3C/Dispatcher.pm 2008/06/15 16:11:17 161 @@ -35,6 +35,7 @@ $top->child( _('LDAP') => url => '/ldap' ); my $strix = $top->child( _('Strix') => url => '/strix' ); $strix->child( _('Name differences') => url => '/strix/name_diff' ); + $strix->child( _('SQL') => url => '/strix/sql' ); # $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id;