[Openfirst-cvscommit] poll poll.php,1.1,1.1.2.1
Brought to you by:
xtimg
From: Jamie <ast...@us...> - 2005-08-28 03:43:39
|
Update of /cvsroot/openfirst/poll In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25250/poll Modified Files: Tag: REL1_1_BRANCH poll.php Log Message: All modules install (under MySQL). Emoticon known to work. -install.php updated to current method -problems with auth.php fixed? (Watch auth.php, it's a tricky one) -ofirst_dbfetch_array() added (Need to port to HEAD) -var name mismatch fixed in globals.php -serious updates to logger (no longer tracks total and pagetotal) -issues with poll removed Index: poll.php =================================================================== RCS file: /cvsroot/openfirst/poll/poll.php,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** poll.php 24 Dec 2003 06:29:43 -0000 1.1 --- poll.php 28 Aug 2005 03:43:29 -0000 1.1.2.1 *************** *** 28,37 **** */ ! include_once("../config/globals.php"); ! ! ?> ! ! ! ! ! --- 28,30 ---- */ ! ?> \ No newline at end of file |