Index: trunk/ippMonitor/raw/ipp.php
===================================================================
--- trunk/ippMonitor/raw/ipp.php	(revision 40842)
+++ trunk/ippMonitor/raw/ipp.php	(revision 41126)
@@ -351,5 +351,6 @@
   // 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 ("/#/", $line[0])) continue;
+ // if (ereg ('^[:blank:]*#', $line[0])) continue;
     if (count($line) < 2) continue;
 
