mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:10:13 +00:00
added spaces + some curly braces + some usage of dbm::is_result()
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
720e7d6034
commit
0cd241bcbe
92 changed files with 1190 additions and 1087 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists('home_init')) {
|
||||
if (! function_exists('home_init')) {
|
||||
function home_init(App $a) {
|
||||
|
||||
$ret = array();
|
||||
|
@ -16,7 +16,7 @@ function home_init(App $a) {
|
|||
|
||||
}}
|
||||
|
||||
if(! function_exists('home_content')) {
|
||||
if (! function_exists('home_content')) {
|
||||
function home_content(App $a) {
|
||||
|
||||
$o = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue