]> git.mxchange.org Git - friendica.git/commit
Continued with coding convention:
authorRoland Haeder <roland@mxchange.org>
Tue, 20 Dec 2016 20:13:50 +0000 (21:13 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 23 Dec 2016 18:51:04 +0000 (19:51 +0100)
commitca82678a6da703157a95a815d57649af5066397b
tree17755bf7df63e26ef41b5a6c8e7c5741832c8bdd
parent54905a3d81065915418af7f96953f957bf795300
Continued with coding convention:
- added curly braces around conditional code blocks
- added space between if/foreach/... and brace
- rewrote a code block so if dbm::is_result() fails it will abort, else the id
  is fetched from INSERT statement
- made some SQL keywords upper-cased and added back-ticks to columns/table names

Signed-off-by: Roland Haeder <roland@mxchange.org>
include/acl_selectors.php
include/message.php