Syntax styling

This commit is contained in:
kaetemi 2014-09-06 20:59:21 +02:00
parent a112fd71cd
commit 66eb734917

View file

@ -78,7 +78,8 @@
function nt_auth_start_session()
{
global $NEL_SETUP_SESSION;
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION)) {
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION))
{
return;
}
@ -96,7 +97,8 @@
function nt_auth_stop_session()
{
global $NEL_SETUP_SESSION;
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION)) {
if (isset($NEL_SETUP_SESSION) && ($NEL_SETUP_SESSION))
{
return;
}