]> 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:16:01 +0000 (21:16 +0100)
commit54615be22efc5e606fa7f13ba49d82af3b0c41fc
tree490b812c1f6ac51b8d1209f214b701806eefbaae
parent6e44acfed6b029818ad094771919184c485f9c16
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