=================================================================== RCS file: /cvs/wpscripts/ztransfer/main.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- wpscripts/ztransfer/main.pl 2011/12/21 10:19:26 1.6 +++ wpscripts/ztransfer/main.pl 2012/04/01 06:52:10 1.7 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: main.pl,v 1.6 2011/12/21 10:19:26 yason Exp $ +# $Id: main.pl,v 1.7 2012/04/01 06:52:10 yason Exp $ use db; use send; use fileops; @@ -64,7 +64,8 @@ send::zayavki(); send::probas(); send::tt(); -send::jpeg(); +send::zjpeg(); +send::pjpeg(); db::disconnect();