[geeklog-cvs] Geeklog-1.x/public_html/admin/install index.php, 1.3, 1.4

Dirk Haun dhaun at qs1489.pair.com
Thu Aug 9 14:04:04 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv56248/public_html/admin/install

Modified Files:
	index.php 
Log Message:
Table name should not include the prefix since it's used as an index to $_TABLES


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.php	9 Aug 2007 08:09:34 -0000	1.3
--- index.php	9 Aug 2007 18:04:02 -0000	1.4
***************
*** 1537,1541 ****
  
                  // Check if GL is already installed
!                 if (INST_checkTableExists( $_DB_table_prefix . 'vars' )) {
  
                      $display .= '<p>' . $LANG_INSTALL[63] . '</p>
--- 1537,1541 ----
  
                  // Check if GL is already installed
!                 if (INST_checkTableExists( 'vars' )) {
  
                      $display .= '<p>' . $LANG_INSTALL[63] . '</p>




More information about the geeklog-cvs mailing list