]> git.mxchange.org Git - friendica.git/commit
Removal of x() and added missing columns of contact (#5479)
authorRoland Häder <Quix0r@users.noreply.github.com>
Tue, 24 Jul 2018 21:48:47 +0000 (23:48 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Tue, 24 Jul 2018 21:48:47 +0000 (17:48 -0400)
commitcff90e20f2b9036e39fd46a578c04e0d9b5ffcc3
treee596ecc1fed5356c69902a9c54b7e65cff19d7f9
parent69af69d1a0c4deb855c6598b681893e905937144
Removal of x() and added missing columns of contact (#5479)

* Fixes:
- got rid of x() in whole mod/item.php file
- added missing 'prv' and 'forum' columns, maybe one day, let's rewrite this
  again. it is kinda a maintenance nightmare, keeping up with column renames and
  such. Well, for now it should be okay.

* Should be DBA::isResult()
mod/item.php