diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-07-24 12:22:19 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-07-24 12:23:46 -0400 |
commit | a8de3886aa65d77475ee1ebe537bfae4e5a5beab (patch) | |
tree | 406c55f7137c21486577eb89de9e5dad96c6bc1d /orig | |
parent | 17481441a7ce8ffe497b043e13bb3e6f98849921 (diff) |
switched to ext-independent code (ver 1.1)
Diffstat (limited to 'orig')
-rw-r--r-- | orig/minimun | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/orig/minimun b/orig/minimun index 8e0cab1..a61a4ca 100644 --- a/orig/minimun +++ b/orig/minimun @@ -27,10 +27,10 @@ copy("%%DEST%%/format.tex",$fh); print $fh "\n"; -if (index($ENV{'PATH_INFO'},'award.pdf') != -1){ +if (index($ENV{'PATH_INFO'},'award') != -1){ say $fh "\\award{$FORM{'committee'}}{$FORM{'country'}}{$FORM{'award'}}{$FORM{'school'}}"; } -elsif (index($ENV{'PATH_INFO'},'room.pdf') != -1){ +elsif (index($ENV{'PATH_INFO'},'room') != -1){ say $fh "\\room{$FORM{'committee'}}"; } else{ |