/* commented this function out because i accidentally deleted something. i'll figure out what it was later. -Kevin function set_globals() { foreach(array($_GET, $_POST, $_SESSION) as $arr) { global $$vname; $$vname = $vval; // echo $$vname . "=" . $vval; } } } */ /* Kevin, here is the code copied from a brand-new phpwiki, but I can't get it to work. -- Pepi 11/18/06 */ function set_globals() { foreach(array($_GET, $_POST, $_SESSION) as $arr) { if(is_array($arr)) foreach($arr as $vname => $vval) { global $$vname; $$vname = $vval; // echo $$vname . "=" . $vval; } } } /* uncommented the first line, commented the second line, to get captchas to work. -Kevin Finity, 11.02.06 */ session_start(); //set_globals(); ?>
CU2C2 Board Wiki |
To Do List Agenda Proposals Promotions Conference Finance Minutes By-Laws |
CU2C2 Board Wiki Home | Top | Bottom | Contacts Welcome to the CU2C2 Board Wiki!Working with this Wiki - Start here if you're new. To Do List - Use this page to list tasks that need to be completed for CU2C2-related projects. This includes action items and the individuals responsible. Agenda - Items to address at the next board meeting. Proposals - Ideas and proposals for CU2C2. Promotions? – UU World and other advertising, promotional poster printing and distribution, General Assembly booth and workshop presence, and other promotions resume writing services. Conference? – For planning, organizing, and promoting the CU2C2 2007 Annual Conference and Meeting. Finance – Budgets and balances, details on accounts, information on dues payments, and other financial considerations for CU2C2. Minutes – Approved and unapproved minutes. By-Laws? – Umm, versions of the by-laws, articles of incorporation, and information about our corporate status and filings. |
EditText of this page
(last edited February 11, 2010)
[info]
[diff])
FindPage by browsing or searching 5 best incoming links: FrontPage (11), RecentChanges (7) 5 best outgoing links: Minutes (12), FrontPage (11), Agenda (4), Finance (4), Proposals (4) 5 most popular nearby: RecentChanges (7424), To Do List (3825), Agenda (3745), Proposals (3373), Conference (3046) |