Changeset 14681 for trunk/ippTasks/register.pro
- Timestamp:
- Aug 27, 2007, 2:58:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/register.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/register.pro
r14579 r14681 133 133 # look for new images in regPendingImfile 134 134 book getpage regPendingImfile 0 -var pageName -key pantaskState INIT 135 if ( $pageName == NULL) break135 if ("$pageName" == "NULL") break 136 136 137 137 book setword regPendingImfile $pageName pantaskState RUN … … 247 247 # look for new images in regPendingExp (pantaskState == INIT) 248 248 book getpage regPendingExp 0 -var pageName -key pantaskState INIT 249 if ( $pageName == NULL) break249 if ("$pageName" == "NULL") break 250 250 251 251 book setword regPendingExp $pageName pantaskState RUN
Note:
See TracChangeset
for help on using the changeset viewer.
