gnu-social/extlib/DB/DataObject
Alexei Sorokin ae4f3176b1 Remove "magic quotes" code and avoid wrong order implode
"Magic quotes" were removed in PHP 5.4, no need to mitigate it anymore.

Avoid implode() with the join()-like order of arguments which was deprecated
since PHP 7.4 and implicitly since PHP 5.3.
Also avoid implode() with an implicit separator for stylistic reasons.

mktime() with no arguments has been deprecated since PHP 5.1.
2021-07-16 19:44:41 +01:00
..
Cast.php Remove "magic quotes" code and avoid wrong order implode 2021-07-16 19:44:41 +01:00
Error.php Ugly patch to maintain old DB handle code working quietly 2019-04-27 18:23:51 +01:00
Generator.php [DATABASE] Switch from PEAR DB to MDB2 2021-07-16 19:44:41 +01:00
Links.php Ugly patch to maintain old DB handle code working quietly 2019-04-27 18:23:51 +01:00
createTables.php Ugly patch to maintain old DB handle code working quietly 2019-04-27 18:23:51 +01:00