fixing things broken by splitting interface

This commit is contained in:
chris 1999-11-14 04:34:17 +00:00
parent dc281a75cb
commit 7bc0934c12
3 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,7 @@ use C4::Circulation;
use C4::Circulation::Issues;
use C4::Scan;
use C4::Stats;
use C4::Format;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
# set the version for version checking

View file

@ -1,7 +1,7 @@
package C4::Interface; #asummes C4/Interface
#uses Newt
use C4::Format;
use strict;
#use Newt qw(:keys :exits :anchors :flags :colorsets :entry :fd :grid :macros
#:textbox);

View file

@ -8,6 +8,7 @@ require Exporter;
use DBI;
use C4::Interface;
use C4::Database;
use C4::Format;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
# set the version for version checking