Changeset 141


Ignore:
Timestamp:
Sep 20, 2003, 5:04:09 PM (21 years ago)
Author:
z0rglub
Message:

Using the same name for variables in ./include/mysql.inc.php

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/install.php

    r114 r141  
    8282      $file_content.= "\n\$cfgPassword = '". $_POST['cfgPassword']."';";
    8383      $file_content.= "\n\$cfgHote = '".     $_POST['cfgHote']."';";
    84       $file_content.= "\n\$prefix_table = '".$_POST['prefix_table']."';";
     84      $file_content.= "\n\$prefixeTable = '".$_POST['prefix_table']."';";
    8585      $file_content.= "\n?>";
    8686      // writting the configuration file
  • trunk/include/functions.inc.php

    r114 r141  
    319319{
    320320  include( PREFIX_INCLUDE.'./include/mysql.inc.php' );
    321   define( PREFIX_TABLE, $prefix_table );
     321  define( PREFIX_TABLE, $prefixeTable );
    322322
    323323  @mysql_connect( $cfgHote, $cfgUser, $cfgPassword )
Note: See TracChangeset for help on using the changeset viewer.