} else {
();
}
- } qsearch('cust_pkg',{'cancel'=>''})
+ } ( qsearch('cust_pkg', { 'cancel' => '' }),
+ qsearch('cust_pkg', { 'cancel' => 0 }),
+ )
) {
# and bill them
user: From the mapsecrets file - see config.html from the base documentation
+=head1 VERSION
+
+$Id: bill,v 1.6 1998-11-15 02:53:00 ivan Exp $
+
=head1 BUGS
=head1 SEE ALSO
ivan@sisd.com 98-may-27
$Log: bill,v $
-Revision 1.5 1998-11-15 02:51:21 ivan
-adminsuidsetup needs user, pod, cleanup
+Revision 1.6 1998-11-15 02:53:00 ivan
+afterthought
Revision 1.4 1998/11/07 08:21:26 ivan
missing use