Changeset 557 for trunk/lib


Ignore:
Timestamp:
Dec 23, 2015 11:22:00 PM (8 years ago)
Author:
anonymous
Message:

Changed form input widths from em to rem. Contingency for empty logMsg() file and line. Minor mm fix.

File:
1 edited

Legend:

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

    r553 r557  
    730730            $priority = LOG_EMERG;
    731731        }
     732
     733        // In case __FILE__ and __LINE__ are not provided, note that fact.
     734        $file = '' == $file ? 'unknown-file' : $file;
     735        $line = '' == $line ? 'unknown-line' : $line;
    732736
    733737        // If log file is not specified, don't log to a file.
Note: See TracChangeset for help on using the changeset viewer.