Updated froxlor.sql and tables.inc

This commit is contained in:
Andreas Burchert (scarya)
2011-05-13 17:39:16 +02:00
parent f63f1d947b
commit ac68a5d35f
2 changed files with 2 additions and 1 deletions

View File

@@ -186,6 +186,7 @@ CREATE TABLE `panel_customers` (
`adminid` int(11) unsigned NOT NULL default '0',
`name` varchar(255) NOT NULL default '',
`firstname` varchar(255) NOT NULL default '',
`gender` int(1) NOT NULL DEFAULT '0',
`company` varchar(255) NOT NULL default '',
`street` varchar(255) NOT NULL default '',
`zipcode` varchar(255) NOT NULL default '',

View File

@@ -73,6 +73,6 @@ define('PACKAGE_ENABLED', 2);
// VERSION INFO
$version = '0.9.20.2-svn1';
$version = '0.9.21-svn1';
$dbversion = '2';
$branding = '';