]> git.mxchange.org Git - friendica.git/commitdiff
Revert unneeded changes in third-party libraries
authorAlexandre Alapetite <alexandre@alapetite.fr>
Tue, 18 Apr 2017 19:21:29 +0000 (21:21 +0200)
committerAlexandre Alapetite <alexandre@alapetite.fr>
Tue, 18 Apr 2017 19:21:29 +0000 (21:21 +0200)
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
library/Smarty/demo/plugins/resource.mysqls.php

index a5a35072090c85a28594c967a9edbb71a0210213..dfc9606b4e7b3e6a09f781cb01afdf56ed7557b2 100644 (file)
@@ -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;</pre>
+ * ) ENGINE=InnoDB DEFAULT CHARSET=utf8;</pre>
  * Demo data:
  * <pre>INSERT INTO `templates` (`name`, `modified`, `source`) VALUES ('test.tpl', "2010-12-25 22:00:00", '{$x="hello world"}{$x}');</pre>
  *
index 1c84542425e9723447d649746203a5b12e22f78c..f694ddf11ab677ba93dbaba64c70177803e1b767 100644 (file)
@@ -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;</pre>
+ * ) ENGINE=InnoDB DEFAULT CHARSET=utf8;</pre>
  * Demo data:
  * <pre>INSERT INTO `templates` (`name`, `modified`, `source`) VALUES ('test.tpl', "2010-12-25 22:00:00", '{$x="hello world"}{$x}');</pre>
  *