]> git.mxchange.org Git - friendica.git/commit
Some fixes:
authorRoland Häder <roland@mxchange.org>
Sat, 14 Nov 2020 14:22:56 +0000 (15:22 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 14 Nov 2020 14:29:41 +0000 (15:29 +0100)
commit32e9a4d4d78cd2833607d4909ef2d18d37112af8
tree572f81ce369efd36c4409e98577f253c182d87fa
parent490ce976c11a6b6353d74740edab3b934b0da59a
Some fixes:
- varbinary() is not needed when clear-text words like 'xmpp' are used for them,
  it also hinders using external tools like Adminer/phpMyAdmin to search for
  them as e.g. Adminer wraps a HEX() call (SQL) around `k` and `cat` (see table
  `pconfig`)
- added missing UPDATE::SUCCESS

Signed-off-by: Roland Häder <roland@mxchange.org>
static/dbstructure.config.php [changed mode: 0755->0644]
static/dbview.config.php [changed mode: 0755->0644]
update.php