\n"; } $INC = array('js/popups.php'); print_header($INC,$HeadX); $key = 0; // List all unapproved events for the user // Exclude "extension" events (used when an event goes past midnight) function list_unapproved ( $user ) { global $temp_fullname, $key, $login; // echo "Listing events for $user
"; echo "

\n"; if ( $count == 0 ) { user_load_variables ( $user, "temp_" ); echo translate("No unapproved events for") . " " . $temp_fullname . "."; } else { echo $eventinfo; } } ?>

" . translate ( "Chicago Actions" ) . "

\n"; list_unapproved ( "__public__" ); } ?>