mirror of
https://github.com/itflow-org/itflow
synced 2026-03-17 03:04:50 +00:00
Remove redundant closing PHP tags
This commit is contained in:
@@ -89,4 +89,4 @@ $num_notifications = $row['num'];
|
|||||||
//Set Currency Format
|
//Set Currency Format
|
||||||
$currency_format = numfmt_create($session_company_locale, NumberFormatter::CURRENCY);
|
$currency_format = numfmt_create($session_company_locale, NumberFormatter::CURRENCY);
|
||||||
|
|
||||||
?>
|
|
||||||
|
|||||||
@@ -535,4 +535,4 @@ function sendSingleEmail($config_smtp_host, $config_smtp_username, $config_smtp_
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|||||||
@@ -926,4 +926,3 @@ $asset_status_array = array(
|
|||||||
'Retired'
|
'Retired'
|
||||||
);
|
);
|
||||||
|
|
||||||
?>
|
|
||||||
@@ -52,4 +52,3 @@ if (isset($_GET['decline_quote'], $_GET['company_id'], $_GET['url_key'])) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
@@ -10,4 +10,3 @@ include("inc_wrapper.php");
|
|||||||
include("inc_alert_feedback.php");
|
include("inc_alert_feedback.php");
|
||||||
include("pagination_head.php");
|
include("pagination_head.php");
|
||||||
|
|
||||||
?>
|
|
||||||
@@ -9,4 +9,3 @@ include("reports_side_nav.php");
|
|||||||
include("inc_wrapper.php");
|
include("inc_wrapper.php");
|
||||||
include("inc_alert_feedback.php");
|
include("inc_alert_feedback.php");
|
||||||
|
|
||||||
?>
|
|
||||||
@@ -13,4 +13,3 @@ include("inc_wrapper.php");
|
|||||||
include("inc_alert_feedback.php");
|
include("inc_alert_feedback.php");
|
||||||
include("pagination_head.php");
|
include("pagination_head.php");
|
||||||
|
|
||||||
?>
|
|
||||||
Reference in New Issue
Block a user