Merge branch 'master' into merge/padungsak

Conflicts:
	application/views/config.php
This commit is contained in:
jekkos-t520
2014-06-30 11:30:08 +02:00
138 changed files with 1387 additions and 1668 deletions

View File

@@ -599,7 +599,7 @@ CREATE TABLE `ospos_sales_suspended_payments` (
CREATE TABLE `ospos_sessions` (
`session_id` varchar(40) NOT NULL DEFAULT '0',
`ip_address` varchar(16) NOT NULL DEFAULT '0',
`ip_address` varchar(45) NOT NULL DEFAULT '0',
`user_agent` varchar(120) NOT NULL,
`last_activity` int(10) unsigned NOT NULL DEFAULT '0',
`user_data` text,