openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e47ebf49c14c4b39af80d9b5ca0399402472fbe0
parent c25c2f1f1fb4c7000b335fd0192390e87af1ffbd
Author: Jan Dankert <devnull@localhost>
Date:   Sun, 21 Oct 2012 01:17:14 +0200

Statische Funktionen entsprechend markiert.

Diffstat:
util/GlobalFunctions.class.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/util/GlobalFunctions.class.php b/util/GlobalFunctions.class.php @@ -8,7 +8,7 @@ */ class GlobalFunctions { - function getIsoCodes() + public static function getIsoCodes() { global $conf_php; @@ -18,7 +18,7 @@ class GlobalFunctions } - function lang( $text ) + public static function lang( $text ) { global $SESS; $text = strtoupper($text); @@ -36,7 +36,7 @@ class GlobalFunctions # Spracheinstellungen laden - function language_from_http() + public static function language_from_http() { global $SESS, $HTTP_SERVER_VARS, @@ -57,7 +57,7 @@ class GlobalFunctions } - function language_read( $l='' ) + public static function language_read( $l='' ) { global $SESS, $HTTP_SERVER_VARS,