HTML/FlexyFramework/Cli.php
[pear] / HTML / FlexyFramework / Cli.php
index 718d3f6..4b3920e 100644 (file)
@@ -279,7 +279,7 @@ Available commands:
                 switch($k) {
                     case 'pman-nodatabase':
                         echo "Turning off database";
-                        $ff->nodatabase= 1;
+                        $ff->nodatabase= true;
                         
                         break;