Changeset d8d9c7a for server/lib/gutenbach
- Timestamp:
- Sep 11, 2010, 3:24:25 PM (14 years ago)
- Branches:
- master, debian, mac, no-cups
- Children:
- a2944f6
- Parents:
- bbede33
- git-author:
- Kyle Brogle <broglek@…> (09/11/10 15:24:25)
- git-committer:
- Kyle Brogle <broglek@…> (09/11/10 15:24:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/lib/gutenbach
r600e713 rd8d9c7a 139 139 # $magic means that Image::ExifTool was able to identify the type of file 140 140 printf(ZEPHYR "%s file %s\n", $magic, $arguments{"job-title"}); 141 printf(STATUS "%s file %s\n", $magic,$arguments{"job-title"});141 #printf(STATUS $arguments{"job-title"}); 142 142 $status .= sprintf(" Filetype: %s.", $magic); 143 143 $status .= sprintf(" Filename: %s.", $arguments{"job-title"}); … … 145 145 if (exists $fileinfo->{'Title'}) { 146 146 printf(ZEPHYR "\@b{%s}\n", $fileinfo->{'Title'}) if exists $fileinfo->{'Title'}; 147 #printf(STATUS "%s\n", $fileinfo->{'Title'}) if exists $fileinfo->{'Title'};147 printf(STATUS "%s\n", $fileinfo->{'Title'}) if exists $fileinfo->{'Title'}; 148 148 $status .= sprintf(" Title: %s.", $fileinfo->{'Title'}); 149 149 }
Note: See TracChangeset
for help on using the changeset viewer.