--- db/prgsrc/updateRS.pl 2001/10/31 03:07:29 1.2 +++ db/prgsrc/updateRS.pl 2001/11/01 01:45:00 1.3 @@ -33,13 +33,14 @@ ProcessedBySearch устанавливается в 1. О use locale; use DBI; use POSIX qw (locale_h); +use lib "../lib"; use chgkfiles; use dbchgk; do "common.pl"; do "chgk.cnf"; - require "check.pl"; +require "check.pl"; open (STDERR,">$stderr") if $stderr;