From a064cb461a96f1fe634ceb99ef9824c5587135f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 9 Sep 2024 06:39:17 +0200 Subject: [PATCH] Continued: - removed discouraged ?> at the end of pure PHP scripts MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/classes/cachesystem.class.php | 1 - inc/classes/rdf.class.php | 1 - inc/classes/resolver.class.php | 1 - inc/fixes/fix_filters.php | 1 - inc/fixes/fix_menu.php | 1 - inc/fixes/fix_refsystem.php | 1 - inc/fixes/fix_user_points.php | 1 - 7 files changed, 7 deletions(-) diff --git a/inc/classes/cachesystem.class.php b/inc/classes/cachesystem.class.php index deeba2fc8e..d931838d66 100644 --- a/inc/classes/cachesystem.class.php +++ b/inc/classes/cachesystem.class.php @@ -579,4 +579,3 @@ class CacheSystem { } // END - class // [EOF] -?> diff --git a/inc/classes/rdf.class.php b/inc/classes/rdf.class.php index 5133d37a6d..56131219d6 100644 --- a/inc/classes/rdf.class.php +++ b/inc/classes/rdf.class.php @@ -1437,4 +1437,3 @@ class fase4_rdf { } // END class // [EOF] -?> diff --git a/inc/classes/resolver.class.php b/inc/classes/resolver.class.php index 59833f025e..81ef03cc69 100644 --- a/inc/classes/resolver.class.php +++ b/inc/classes/resolver.class.php @@ -139,4 +139,3 @@ class HostnameResolver { } // [EOF] -?> diff --git a/inc/fixes/fix_filters.php b/inc/fixes/fix_filters.php index 040333fda9..b704fa71f9 100644 --- a/inc/fixes/fix_filters.php +++ b/inc/fixes/fix_filters.php @@ -72,4 +72,3 @@ addExtensionSql('ALTER TABLE `{?_MYSQL_PREFIX?}_filters` DROP KEY `name_function addExtensionSql('ALTER TABLE `{?_MYSQL_PREFIX?}_filters` ADD UNIQUE INDEX `name_function` (`filter_name`, `filter_function`)'); // [EOF] -?> diff --git a/inc/fixes/fix_menu.php b/inc/fixes/fix_menu.php index 1f968b60ad..006f856b2c 100644 --- a/inc/fixes/fix_menu.php +++ b/inc/fixes/fix_menu.php @@ -105,4 +105,3 @@ foreach (array('guest','member','admin') as $menu) { } // END - foreach // [EOF] -?> diff --git a/inc/fixes/fix_refsystem.php b/inc/fixes/fix_refsystem.php index 566f03f92a..b2a76b7c49 100644 --- a/inc/fixes/fix_refsystem.php +++ b/inc/fixes/fix_refsystem.php @@ -83,4 +83,3 @@ if (!ifSqlHasZeroNumRows($result_direct)) { sqlFreeResult($result_direct); // [EOF] -?> diff --git a/inc/fixes/fix_user_points.php b/inc/fixes/fix_user_points.php index a070afaeab..77819f82d4 100644 --- a/inc/fixes/fix_user_points.php +++ b/inc/fixes/fix_user_points.php @@ -88,4 +88,3 @@ sqlFreeResult($result); sqlQuery('DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_user_points` WHERE `ref_depth`=0', __FILE__, __LINE__); // [EOF] -?> -- 2.39.5