[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 mysql_upgrade_zencart_110_to_112.sql

Zen Cart 源代码 mysql_upgrade_zencart_110_to_112.sql




下载文件

文件名: mysql_upgrade_zencart_110_to_112.sql
文件类型: Unknown文件
文件大小: 743 Bytes
MD5: 061aae029f7d1602c7954ec79fdedb0b

mysql_upgrade_zencart_110_to_112.sql - 关闭高亮
  1. # The following commands are used to upgrade the Zen Cart v1.1.0 or v1.1.1 database structure to v1.1.2 format.
  2. #
  3. # $Id: mysql_upgrade_zencart_110_to_112.sql 4243 2006-08-24 10:55:28Z drbyte $
  4. #
  5.  
  6. INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function)
  7. VALUES ('Store the Credit Card Number', 'MODULE_PAYMENT_CC_STORE_NUMBER', 'False', 'Do you want to store the Credit Card Number. Note: The Credit Card Number will be stored unenecrypted, and as such may represent a security problem', 6, 0, NULL, now(), NULL, 'zen_cfg_select_option(array(\'True\', \'False\'),');
  8.  
  9.  
  10. ## END OF UDPATE