Changeset 40494 for trunk/ippMonitor
- Timestamp:
- Jun 27, 2018, 4:15:11 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippMonitor (modified) (1 prop)
-
ippMonitor/raw/ipp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20170908 (added) merged: 40128-40129,40179,40181,40199,40204-40207,40368-40369,40379-40381,40399,40442,40446,40456-40458,40475-40483,40486
- Property svn:mergeinfo changed
-
trunk/ippMonitor
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/ippMonitor merged eligible /branches/czw_branch/20170908/ippMonitor merged eligible
-
Property svn:mergeinfo
set to
-
trunk/ippMonitor/raw/ipp.php
r40433 r40494 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 ('^[:blank:]*#', $line[0])) continue; 354 354 if (count($line) < 2) continue; 355 355
Note:
See TracChangeset
for help on using the changeset viewer.
