IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2007, 2:58:06 PM (19 years ago)
Author:
eugene
Message:

protecting strings in logic expressions with double quotes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/stack.pro

    r14153 r14681  
    124124    # look for new images in stackSumSkyfile (pantaskState == INIT)
    125125    book getpage stackSumSkyfile 0 -var pageName -key pantaskState INIT
    126     if ($pageName == NULL) break
     126    if ("$pageName" == "NULL") break
    127127
    128128    book setword stackSumSkyfile $pageName pantaskState RUN
Note: See TracChangeset for help on using the changeset viewer.