]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- adamg pointed out it could be "-- \n"
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 7 Sep 2006 22:30:40 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-emailsig.patch -> 1.2

eventum-emailsig.patch

index 52502486d4a2a8f595b1070b98a83d84288b3909..1d78c0688177ab58140ed18978b2d3b61c28944d 100644 (file)
@@ -8,7 +8,7 @@ whenreplying to email. this effectively filters out junk when replying emails.
          @$msg .= "That happened on page '" . $HTTP_SERVER_VARS["PHP_SELF"] . "' from IP Address '" . getenv("REMOTE_ADDR") . "' coming from the page (referrer) '" . getenv("HTTP_REFERER") . "'.\n\n";
          @$msg .= "The user agent given was '" . $HTTP_SERVER_VARS['HTTP_USER_AGENT'] . "'.\n\n";
 -        $msg .= "Sincerely yours,\nAutomated Error_Handler Class";
-+        $msg .= "--\nSincerely yours,\nAutomated Error_Handler Class";
++        $msg .= "-- \nSincerely yours,\nAutomated Error_Handler Class";
          // only try to include the backtrace if we are on PHP 4.3.0 or later
          if (version_compare(phpversion(), "4.3.0", ">=")) {
              $msg .= "\n\nA backtrace is available:\n\n";
This page took 0.322228 seconds and 4 git commands to generate.