Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/balrogguile/szfw into pr-…
Browse files Browse the repository at this point in the history
…master
  • Loading branch information
ysugimoto committed Apr 2, 2013
2 parents 1fe746b + 49aa04d commit 470cc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/classes/Databaseforge.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function createTable($tableName, $ifNotExists = TRUE)
}
if ( $column['default'] !== '' )
{
$sql[] = "DEFAULT '" . $$column['default'] . "'";
$sql[] = "DEFAULT '" . $column['default'] . "'";
}

if ( ! empty($column['comment']) )
Expand Down

0 comments on commit 470cc9e

Please sign in to comment.