From 08924b9c598fc969923fc16c3eccd90a931bbd1f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 18 Apr 2017 21:21:29 +0200 Subject: [PATCH] Revert unneeded changes in third-party libraries https://github.com/friendica/friendica/pull/3326#discussion_r112039526 https://github.com/friendica/friendica/pull/3326#discussion_r112039589 --- library/Smarty/demo/plugins/resource.mysql.php | 2 +- library/Smarty/demo/plugins/resource.mysqls.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Smarty/demo/plugins/resource.mysql.php b/library/Smarty/demo/plugins/resource.mysql.php index a5a3507209..dfc9606b4e 100644 --- a/library/Smarty/demo/plugins/resource.mysql.php +++ b/library/Smarty/demo/plugins/resource.mysql.php @@ -10,7 +10,7 @@ * `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, * `source` text, * PRIMARY KEY (`name`) - * ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + * ) ENGINE=InnoDB DEFAULT CHARSET=utf8; * Demo data: *
INSERT INTO `templates` (`name`, `modified`, `source`) VALUES ('test.tpl', "2010-12-25 22:00:00", '{$x="hello world"}{$x}');
* diff --git a/library/Smarty/demo/plugins/resource.mysqls.php b/library/Smarty/demo/plugins/resource.mysqls.php index 1c84542425..f694ddf11a 100644 --- a/library/Smarty/demo/plugins/resource.mysqls.php +++ b/library/Smarty/demo/plugins/resource.mysqls.php @@ -12,7 +12,7 @@ * `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, * `source` text, * PRIMARY KEY (`name`) - * ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + * ) ENGINE=InnoDB DEFAULT CHARSET=utf8; * Demo data: *
INSERT INTO `templates` (`name`, `modified`, `source`) VALUES ('test.tpl', "2010-12-25 22:00:00", '{$x="hello world"}{$x}');
*