[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.224,1.225

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun Jun 8 14:20:08 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory internal.geeklog.net:/tmp/cvs-serv16415/public_html

Modified Files:
	lib-common.php 
Log Message:
Added link at bottom of Poll Result to allow user to view the list of the other Site Poll Questions

Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.224
retrieving revision 1.225
diff -C2 -d -r1.224 -r1.225
*** lib-common.php	30 May 2003 16:36:21 -0000	1.224
--- lib-common.php	8 Jun 2003 18:20:06 -0000	1.225
***************
*** 1767,1771 ****
  function COM_pollResults( $qid, $scale=400, $order='', $mode='' )
  {
!     global $_TABLES, $LANG01, $_CONF, $_COM_VERBOSE;
  
      $retval = '';
--- 1767,1771 ----
  function COM_pollResults( $qid, $scale=400, $order='', $mode='' )
  {
!     global $_TABLES, $LANG01, $LANG07, $_CONF, $_COM_VERBOSE;
  
      $retval = '';
***************
*** 1872,1875 ****
--- 1872,1877 ----
                  $poll->set_var( 'poll_comments', '' );
              }
+ 
+             $poll->set_var('lang_pollquestions', "TESTING");
  
              $retval .= $poll->finish( $poll->parse( 'output', 'result' ));





More information about the geeklog-cvs mailing list