Commit 4f6d7f0c by Scott

Merge branch 'dev' into 1.8

parents a6467465 2455ca3e
......@@ -26,6 +26,10 @@
require_once QA_INCLUDE_DIR.'app/format.php';
// Make sure session is created
$userid = qa_get_logged_in_userid();
// Collect the information we need from the database
$intitle = qa_post_text('title');
......@@ -102,4 +106,4 @@
/*
Omit PHP closing tag to help avoid accidental output
*/
\ No newline at end of file
*/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment