]> git.mxchange.org Git - mailer.git/commitdiff
Continued: 0.2.1-FINAL
authorRoland Häder <roland@mxchange.org>
Mon, 9 Sep 2024 04:39:17 +0000 (06:39 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 9 Sep 2024 04:39:17 +0000 (06:39 +0200)
- removed discouraged ?> at the end of pure PHP scripts

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/cachesystem.class.php
inc/classes/rdf.class.php
inc/classes/resolver.class.php
inc/fixes/fix_filters.php
inc/fixes/fix_menu.php
inc/fixes/fix_refsystem.php
inc/fixes/fix_user_points.php

index deeba2fc8e4027a040cddb3d67c6d27e6e193310..d931838d6608b662a0836d7a027356b17166a456 100644 (file)
@@ -579,4 +579,3 @@ class CacheSystem {
 } // END - class
 
 // [EOF]
-?>
index 5133d37a6d1900da10baa81f179cfd9f2629fa19..56131219d64eed7426837ecdc8bb3b9442367357 100644 (file)
@@ -1437,4 +1437,3 @@ class fase4_rdf {
 } // END class
 
 // [EOF]
-?>
index 59833f025e9b85e9cc36be7f5dc74fca71c6648e..81ef03cc694c4e538b831b752a70b40ce69f6040 100644 (file)
@@ -139,4 +139,3 @@ class HostnameResolver {
 }
 
 // [EOF]
-?>
index 040333fda939e5fa6ae28d1e05f490fe7e44f9e5..b704fa71f98cd3bf1a9282c48dba6ec1abb4e22c 100644 (file)
@@ -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]
-?>
index 1f968b60ad00ade5a92c5fa0d3dda7c169bd023d..006f856b2c4667f6c32dd2885be15f2c347437c4 100644 (file)
@@ -105,4 +105,3 @@ foreach (array('guest','member','admin') as $menu) {
 } // END - foreach
 
 // [EOF]
-?>
index 566f03f92aed509d0fe59c8a0bd67b6e97d769e4..b2a76b7c495cb0360065eaca1eb993b827194ccd 100644 (file)
@@ -83,4 +83,3 @@ if (!ifSqlHasZeroNumRows($result_direct)) {
 sqlFreeResult($result_direct);
 
 // [EOF]
-?>
index a070afaeab359f866a5ab2b92943fee9e75afe8a..77819f82d4f7618e1988f264de54bab6e06ec97d 100644 (file)
@@ -88,4 +88,3 @@ sqlFreeResult($result);
 sqlQuery('DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_user_points` WHERE `ref_depth`=0', __FILE__, __LINE__);
 
 // [EOF]
-?>