Minor cleanup
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 29 Dec 2004 19:08:21 +0000 (19:08 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 29 Dec 2004 19:08:21 +0000 (19:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8528 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/fortune/functions.php

index 460e6e2ef44b62748aab5af9d48422d6f8678ce7..ec8f4fe9fc277f38e916207c3dfaca7b6c2d90a5 100644 (file)
@@ -53,7 +53,7 @@ function fortune_function() {
         "<tr><td align=\"center\">\n";
     echo '<table><tr><td>';
     if (!$exist) {
-        echo sprintf(_("%s is not found."),$fortune_location);
+        printf(_("%s is not found."),$fortune_location);
     } else {
         echo "<center><em>" . _("Today's Fortune") . "</em></center><pre>\n";
         htmlspecialchars(system($fortune_command));
@@ -90,4 +90,4 @@ function fortune_function_load() {
 
     $fortune_visible = getPref($data_dir, $username, 'fortune_visible');
 }
-?>
+?>
\ No newline at end of file