// Improve performance and bug fixes

This commit is contained in:
rGaillard
2012-06-06 16:22:48 +00:00
parent 34267d4ce9
commit ee70b85d6b
32 changed files with 97 additions and 66 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ class StoreCore extends ObjectModel
public function getWsHours()
{
return implode(';', unserialize($this->hours));
return implode(';', Tools::unSerialize($this->hours));
}
public function setWsHours($hours)