]> git.mxchange.org Git - friendica.git/commit
Continued with coding convention:
authorRoland Haeder <roland@mxchange.org>
Tue, 20 Dec 2016 20:16:01 +0000 (21:16 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 20 Dec 2016 20:21:08 +0000 (21:21 +0100)
commit013f8a413905dafd2e6f51afde1f01b61d63baa8
tree490b812c1f6ac51b8d1209f214b701806eefbaae
parentd6e57f034834173c5f9917bd87d50d9591e6c39a
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>
update.php
view/theme/frio/theme.php
view/theme/vier/theme.php