SOURCES (DEVEL): mythweb-config.patch - preserve constant caps

glen glen at pld-linux.org
Fri Nov 4 02:08:48 CET 2005


Author: glen                         Date: Fri Nov  4 01:08:48 2005 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- preserve constant caps

---- Files affected:
SOURCES:
   mythweb-config.patch (1.3.2.1 -> 1.3.2.2) 

---- Diffs:

================================================================
Index: SOURCES/mythweb-config.patch
diff -u SOURCES/mythweb-config.patch:1.3.2.1 SOURCES/mythweb-config.patch:1.3.2.2
--- SOURCES/mythweb-config.patch:1.3.2.1	Fri Nov  4 01:58:57 2005
+++ SOURCES/mythweb-config.patch	Fri Nov  4 02:08:43 2005
@@ -93,7 +93,7 @@
  //    mythweb_errors at mydomain.com.
  //
 -    define('error_email', 'mythweb_errors@'.preg_replace('/.*?\b([\w\-]+\.[\w\-]+)$/', '$1', server_domain));
-+    define('Error_Email', 'root@'.preg_replace('/.*?\b([\w\-]+\.[\w\-]+)$/', '$1', server_domain));
++    define('error_email', 'root@'.preg_replace('/.*?\b([\w\-]+\.[\w\-]+)$/', '$1', server_domain));
  
  // For the "movies" search -- set this to the word your listings provider uses to
  //   describe movies/films/peliculas/etc.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mythweb-config.patch?r1=1.3.2.1&r2=1.3.2.2&f=u




More information about the pld-cvs-commit mailing list