SOURCES: eventum-emailsig.patch - adamg pointed out it could be "-...

glen glen at pld-linux.org
Fri Sep 8 00:30:46 CEST 2006


Author: glen                         Date: Thu Sep  7 22:30:46 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- adamg pointed out it could be "-- \n"

---- Files affected:
SOURCES:
   eventum-emailsig.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/eventum-emailsig.patch
diff -u SOURCES/eventum-emailsig.patch:1.1 SOURCES/eventum-emailsig.patch:1.2
--- SOURCES/eventum-emailsig.patch:1.1	Fri Sep  8 00:07:56 2006
+++ SOURCES/eventum-emailsig.patch	Fri Sep  8 00:30:40 2006
@@ -8,7 +8,7 @@
          @$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";
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-emailsig.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list