]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- preserve constant caps
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 4 Nov 2005 01:08:43 +0000 (01:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythweb-config.patch -> 1.3.2.2

mythweb-config.patch

index 278eaf91b569610e6c01adf9d672ac978f12e8f9..7f1931c7ac61351ac9a4a800a264de8350b69c84 100644 (file)
@@ -93,7 +93,7 @@ diff -u ./mythweb/config/conf.php /tmp/conf/conf.php
  //    mythweb_errors@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.
This page took 0.028443 seconds and 4 git commands to generate.