X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fweb%2Fqtextstringcheck;h=539abce6a550d8387c0171b845ef20b50b0d651c;hb=43454422b2df5e0dcfe144fcb871a2b6f9c1a3d0;hp=0a75f8e9b6ae71be9f50117c542733c9ce71e787;hpb=ad29b01fe6470a4b3bb108a8f485657927175e24;p=ypp-sc-tools.web-live.git diff --git a/yarrg/web/qtextstringcheck b/yarrg/web/qtextstringcheck index 0a75f8e..539abce 100755 --- a/yarrg/web/qtextstringcheck +++ b/yarrg/web/qtextstringcheck @@ -60,6 +60,7 @@ use Scalar::Util qw(blessed); die if $what =~ m/[^a-z]/; my $chk= $m->fetch_comp("check_${what}"); +die "check_$what" unless $chk; my $mydbh; $dbh ||= ($mydbh= dbw_connect($ocean));