Index: trunk/ippMonitor/raw/ipp.php
===================================================================
--- trunk/ippMonitor/raw/ipp.php	(revision 40438)
+++ trunk/ippMonitor/raw/ipp.php	(revision 40494)
@@ -351,5 +351,5 @@
   // loop over the lines in the file and generate lines in the menu
   while ($line = fgetcsv ($file, 1024, "|")) {
-    if (ereg ('^[:blank:]*#', $line[0])) continue;
+    if (preg_match ('^[:blank:]*#', $line[0])) continue;
     if (count($line) < 2) continue;
 
