mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-03-31 04:24 am

[dw-free] Allow FAQs to be created without a FAQ category

[commit: http://hg.dwscoalition.org/dw-free/rev/5be1b29b3e09]

http://bugs.dwscoalition.org/show_bug.cgi?id=155

Allow catless FAQs. Meow.

Patch by [personal profile] pauamma.

Files modified:
  • htdocs/admin/faq/faqedit.bml
--------------------------------------------------------------------------------
diff -r 538750f61ba1 -r 5be1b29b3e09 htdocs/admin/faq/faqedit.bml
--- a/htdocs/admin/faq/faqedit.bml	Tue Mar 31 04:15:57 2009 +0000
+++ b/htdocs/admin/faq/faqedit.bml	Tue Mar 31 04:24:35 2009 +0000
@@ -73,9 +73,6 @@ body<=
             };
 
             if ( $id == 0 ) {
-                return "<b>Error:</b> You did not select a FAQ category."
-                    unless $FORM{faqcat};
-
                 $dbh->do( qq{ INSERT INTO faq
                               ( faqid, question, summary, answer, faqcat,
                                 sortorder, lastmoduserid, lastmodtime)
--------------------------------------------------------------------------------