IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40842


Ignore:
Timestamp:
Jul 23, 2019, 3:03:04 PM (7 years ago)
Author:
tdeboer
Message:

fixed missing function keyword

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/ipp.php

    r40494 r40842  
    351351  // loop over the lines in the file and generate lines in the menu
    352352  while ($line = fgetcsv ($file, 1024, "|")) {
    353     if (preg_match ('^[:blank:]*#', $line[0])) continue;
     353    if (ereg ('^[:blank:]*#', $line[0])) continue;
    354354    if (count($line) < 2) continue;
    355355
Note: See TracChangeset for help on using the changeset viewer.