From: Michael Vogel Date: Wed, 29 Jul 2015 05:57:28 +0000 (+0200) Subject: Code beautification X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d5a48c46212a6c5014278a5390e175e6ca2f80a5;p=friendica.git Code beautification --- diff --git a/include/onepoll.php b/include/onepoll.php index 464a50fb9b..90d018524d 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -19,10 +19,10 @@ function onepoll_run(&$argv, &$argc){ if(is_null($db)) { @include(".htconfig.php"); - require_once("include/dba.php"); + require_once("include/dba.php"); $db = new dba($db_host, $db_user, $db_pass, $db_data); - unset($db_host, $db_user, $db_pass, $db_data); - }; + unset($db_host, $db_user, $db_pass, $db_data); + }; require_once('include/session.php');