X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fcode-functions.php;h=fd952f382a43f68347a85f3f2c03e2d7506f755a;hb=da7b89a86040b778274dd89201e2a339232276fb;hp=313ace68f992d30cc5364a8704bb0aa0661c9373;hpb=2bda7ccdfd87b065a61ff976b5f9e98e46f73591;p=mailer.git diff --git a/inc/code-functions.php b/inc/code-functions.php index 313ace68f9..fd952f382a 100644 --- a/inc/code-functions.php +++ b/inc/code-functions.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Funktionen zum Umgang mit Status-Funktionen * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } @@ -53,9 +53,9 @@ function getCode ($key) { if (!isCodeSet($key)) { // Abort here trigger_error(sprintf("%s[%s:] Code %s is not set.", - __FUNCTION__, - __LINE__, - $key + __FUNCTION__, + __LINE__, + $key )); } // END - if