Browse Source

Issue #25. server time offset.

vbracco 17 years ago
parent
commit
7cd76408e9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      classes/configuration.class.php

+ 4 - 0
classes/configuration.class.php View File

@@ -23,6 +23,8 @@ class configuration extends Conexion_Mysql {
23 23
 	var $template;
24 24
 	var $urlFriendly;
25 25
 	var $richText;
26
+	var $offset_city;
27
+	var $offset_time;
26 28
 	
27 29
 	
28 30
 	function configuration() {
@@ -44,6 +46,8 @@ class configuration extends Conexion_Mysql {
44 46
 
45 47
 			$this->urlFriendly = $this->get_option("url_friendly");
46 48
 			$this->richText = $this->get_option("rich_text");
49
+			$this->offset_city = $this->get_option("offset_city");
50
+			$this->offset_time = $this->get_option("offset_time");
47 51
 		} else {
48 52
 			if($isFeed) {
49 53
 				header("HTTP/1.0 503 Service Unavailable");