Changeset 4628 for trunk/install.php


Ignore:
Timestamp:
Jan 5, 2010, 11:25:16 PM (14 years ago)
Author:
mathiasm
Message:

Fix : replace a constant by value of prefix for a real query

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r4463 r4628  
    324324
    325325    $query = '
    326 INSERT INTO piwigo_config (param,value,comment)
     326INSERT INTO '.$table_prefix.'config (param,value,comment)
    327327   VALUES (\'secret_key\',\'md5('.pwg_db_cast_to_text(DB_RANDOM_FUNCTION.'()').')\',
    328328   \'a secret key specific to the gallery for internal use\');';
Note: See TracChangeset for help on using the changeset viewer.