moved interfaces ui into a seperate php file.
[CBFWR.git] / libcbfwr / config.php
index 2f6ce0b..70878f5 100644 (file)
@@ -163,6 +163,7 @@ class Config {
                }
                echo "process command ".$expl[0]."\n";
                
+               // TODO: when dealing with descriptions, we need to deal with a null description (i.e. delete the description)
                // find a description
                $description = null;
                $hasdescription = false;
@@ -186,6 +187,12 @@ class Config {
                        $expl = $expl_r;
                }
                
+               // this is a special case for debugging
+               if($expl[0] == "hold") {
+                       error_log("command is $line");
+                       return 0;
+               }
+               
                $delete = false;
                // check for delete on the line
                if($expl[0] == "delete") {