Skip to content

Commit

Permalink
bug fix undefined default for remoteaccess field
Browse files Browse the repository at this point in the history
git-svn-id: http://imathas.googlecode.com/svn/trunk@647 c89b4f0b-ac2a-0410-9773-c9071ee4f95d
  • Loading branch information
drlippman committed Jun 21, 2010
1 parent 2eebf7e commit 518da94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbsetup.php
Expand Up @@ -127,7 +127,7 @@
. ' `deflib` INT(10) UNSIGNED NOT NULL DEFAULT \'0\','
. ' `usedeflib` TINYINT(1) UNSIGNED NOT NULL DEFAULT \'0\','
. ' `homelayout` VARCHAR(32) NOT NULL DEFAULT \'|0,1,2||0,1\','
. ' `remoteaccess` VARCHAR(10) NOT NULL, '
. ' `remoteaccess` VARCHAR(10) NOT NULL DEFAULT \'\', '
. ' INDEX (`lastaccess`), INDEX (`rights`), '
. ' UNIQUE (`SID`)'
. ' )'
Expand Down

0 comments on commit 518da94

Please sign in to comment.