php7 version

This commit is contained in:
daniel 2018-10-19 11:37:11 +02:00
parent ffc7734ebc
commit 8c49b26a91
2 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@ function config_create_value ($token, $value) {
*/
function config_update_value ($token, $value) {
global $config;
$config['flash_charts'] = true;
// Include functions_io to can call __() function
include_once($config['homedir'] . '/include/functions_io.php');

View File

@ -1111,7 +1111,6 @@ CREATE TABLE IF NOT EXISTS `tusuario` (
`language` varchar(10) default NULL,
`timezone` varchar(50) default '',
`block_size` int(4) NOT NULL DEFAULT 20,
`flash_chart` int(4) NOT NULL DEFAULT 1,
`id_skin` int(10) unsigned NOT NULL DEFAULT 0,
`disabled` int(4) NOT NULL DEFAULT 0,
`shortcut` tinyint(1) DEFAULT 0,