Changeset 12018 for modules

Show
Ignore:
Timestamp:
04/19/11 15:53:09 (2 years ago)
Author:
mickecarlsson
Message:

Auto Check-in of any outstanding patches

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/cidlookup/page.cidlookup.php

    r9410 r12018  
    122122  <tr> 
    123123    <td><a href="#" class="info"><?php echo _("Cache results:")?><span><?php echo _("Decide whether or not cache the results to astDB; it will overwrite present values. It does not affect Internal source behavior")?></span></a></td> 
    124     <td><input type="checkbox" name="cache" value="1" <?php echo ($thisItem['cache'] == 1 ? 'checked' : ''); ?>" tabindex="<?php echo ++$tabindex;?>"></td> 
     124    <td><input type="checkbox" name="cache" value="1" <?php echo ($thisItem['cache'] == 1 ? 'checked' : ''); ?> tabindex="<?php echo ++$tabindex;?>"></td> 
    125125  </tr> 
    126126  <tr>