Because CSS sucks, I've been forced to hard code the flags for
[platal.git] / modules / profile / page.inc.php
index ec0ed62..a7dada8 100644 (file)
@@ -121,7 +121,7 @@ class ProfileBool extends ProfileNoSave
         if (is_null($value)) {
             $value = @$page->values[$field];
         }
-        return $value ? 1 : 0;
+        return $value ? "1" : "";
     }
 }