Ignore:
Timestamp:
Nov 17, 2005 7:37:40 AM (19 years ago)
Author:
scdev
Message:

More random updates. Improved self-instantiation pattern in SessionCache? to match that of App. More little tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/TemplateGlue.inc.php

    r20 r21  
    7272        return $enum[1];
    7373    } else {
     74        App::logMsg(sprintf('No set or enum fields found.', null), LOG_DEBUG, __FILE__, __LINE__);
    7475        return false;
    7576    }
     
    8788    $values = getSetEnumFieldValues($db_table, $db_col);
    8889    if ($values === false) {
    89         ?><option value=""><?php echo _("n/a"); ?></option>
     90        ?><option value="">&nbsp;</option>
    9091        <?php
    9192        return false;
Note: See TracChangeset for help on using the changeset viewer.