- Timestamp:
- Nov 27, 2019, 11:39:38 AM (7 years ago)
- Location:
- branches/eam_branches/ipp-20191011
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippMonitor (modified) (1 prop)
-
ippMonitor/raw/ipp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20191011/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor (added) merged: 40936,41125-41126,41132-41135
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20191011/ippMonitor/raw/ipp.php
r40842 r41170 351 351 // loop over the lines in the file and generate lines in the menu 352 352 while ($line = fgetcsv ($file, 1024, "|")) { 353 if (ereg ('^[:blank:]*#', $line[0])) continue; 353 if (preg_match ("/#/", $line[0])) continue; 354 // if (ereg ('^[:blank:]*#', $line[0])) continue; 354 355 if (count($line) < 2) continue; 355 356
Note:
See TracChangeset
for help on using the changeset viewer.
