File: date_default_timezone.patch

package info (click to toggle)
scuttle 0.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,508 kB
  • ctags: 1,956
  • sloc: php: 8,036; sh: 127; makefile: 48; sql: 43
file content (12 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: scuttle/config.inc.php.example
===================================================================
--- scuttle.orig/config.inc.php.example	2010-03-12 10:11:53.000000000 -0300
+++ scuttle/config.inc.php.example	2010-03-12 10:13:14.000000000 -0300
@@ -116,5 +116,7 @@
                         );
 $reservedusers      = array('all', 'watchlist');
 
+date_default_timezone_set( @date_default_timezone_get() );
+
 include_once('debug.inc.php');
 ?>