isValid()) { ?>

Sorry, this does not appear to be a valid category.


[ Back to question list ]

" . $cat->getName() . "
\n\n"); // Get all the questions in an associative array by ID number $quests = getAllQuestsAssoc(); // Only print the "delete" table if there are questions in this category $xrefs = getCatXrefsByCID($cat->getID()); if (!$xrefs[0]->isValid()) $s = 0; else $s = sizeof($xrefs); if ($s <= 0) { ?>

There are currently no questions in this category.


Select a question to remove it from this category, change a question's rank, or click on the question to preview it \n"); print("\n"); ?> \n"); $qid = $xrefs[$i]->getQuestionID(); print("\n"); print("\n"); print("\n"); print("\n"); print(" \n"); print("\n"); print("\n"); } ?>
Remove Rank Question title
" . $quests[$qid]->getTitle() . "

\n
[ Return to list maintenance ]\n\n"); print("

\n


\n\n"); } // Now print all questions. Would be nicer to only print the // questions that are not already in this category, but oh well.. $q = getAllQuests(); if (!$q[0]->isValid()) $s = 0; else $s = sizeof($q); ?>
\n"); print("\n"); ?>

Select question(s) to add to this category, or click on a question to preview it getQuestionID()] = true; } // Only print questions if they are not already in a category for ($i = 0; $i < $s; $i++) { $qid = $q[$i]->getID(); if (!$have_xref[$qid]) { print("\n"); print("\n"); print("\n"); print("\n"); print("\n"); print("\n"); } } ?>
Add Rank Question title
" . $q[$i]->getTitle() . "

\n
[ Return to list maintenance ]\n\n"); include("$lamtop/includes/std_footer.php3");