Changeset 20104


Ignore:
Timestamp:
Jan 13, 2013, 7:27:45 PM (11 years ago)
Author:
julien1311
Message:

[piwecard] query bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/install/functions.inc.php

    r20059 r20104  
    4949
    5050function piwecard_conf_create($name) {
    51         $query = 'INSERT INTO '.CONFIG_TABLE.' (param,value,comment) VALUES (."'.$name.'","","'.ucfirst($name).' configuration");';
     51        $query = 'INSERT INTO '.CONFIG_TABLE.' (param,value,comment) VALUES ("'.$name.'","","'.ucfirst($name).' configuration");';
    5252    pwg_query($query);
    5353}
Note: See TracChangeset for help on using the changeset viewer.