]> 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:17:19 +0000 (21:17 +0100)
commitbb06d9ce32a49e83ecb709e19b70768bb6a1d37f
treec8cb28414e902a48be1978519587ed28f4c7c9da
parent52f14ffa5f266e0e811b0e3e429734f0ec73a859
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