remove debuging

This commit is contained in:
james 2010-01-05 17:59:10 +00:00
parent 3f94324aba
commit 35a247e225

View File

@ -151,7 +151,7 @@ if($_POST['committees_id'] && $_POST['committees_ord']) {
/* If the committee has no members, don't bother trying to do
* anything */
if(!is_array($ctitle)) continue;
print_r($ctitle);
// print_r($ctitle);
foreach($ctitle as $uid=>$title) {
$o = intval($cord[$uid]);