public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Fixed page creation.
vito (author)
Thu Sep 04 19:06:53 -0700 2008
commit  cceaa36d21b2309b0e5c734a20ed1e1a63dd30cb
tree    ce74f5b3bb61b233fa58298e06cd27909a13eeec
parent  078ceaa0a483027f55fd712cc8c715aa76c09e93
...
69
70
71
72
 
73
74
75
...
69
70
71
 
72
73
74
75
0
@@ -69,7 +69,7 @@
0
                          "body" => $body,
0
                          "user_id" => fallback($user_id, $visitor->id),
0
                          "parent_id" => $parent_id,
0
-                         "show_in_list" => $show_in_list,
0
+                         "show_in_list" => (int) $show_in_list,
0
                          "list_order" => $list_order,
0
                          "clean" => $clean,
0
                          "url" => $url,

Comments