]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/rallye_functions.php
Rewrote many parts:
[mailer.git] / inc / libs / rallye_functions.php
index 849874be8d427c5f72fabfb86fd9f8017d1fdfe7..5aa2cdb91fa3294872712c707269f852d4ffd4bf 100644 (file)
@@ -889,7 +889,7 @@ function addReferralRallyeTemplateSelection ($name = 'template', $default = '')
        $ral = array();
 
        // Check templates directory
-       $basePath = sprintf("templates/%s/html/rallye/", getLanguage());
+       $basePath = sprintf('templates/%s/html/rallye/', getLanguage());
 
        // Read the directory
        $templates = getArrayFromDirectory($basePath, 'rallye_', FALSE, TRUE, array(), '.tpl');
@@ -905,7 +905,7 @@ function addReferralRallyeTemplateSelection ($name = 'template', $default = '')
                        $ral[$read] = $read;
                } else {
                        // Log invalid
-                       logDebugMessage(__FUNCTION__, __LINE__, sprintf("WARNING: Template %s not used.", $read));
+                       logDebugMessage(__FUNCTION__, __LINE__, sprintf('WARNING: Template %s not used.', $read));
                }
        } // END - foreach