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:
committed by
Roland Haeder
parent
720e7d6034
commit
0cd241bcbe
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user