Skip to content

Commit

Permalink
removed useless variable
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Dec 4, 2009
1 parent 19b3a50 commit fff76cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion orm/MormFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ protected function fillOtherValues($instance)
{
$tabledesc = $instance->getTableDesc();
$fields = $tabledesc->getFields();
$autoincrement = $tabledesc->hasAutoIncrement();
foreach ($fields as $field_name => $field)
{
$value = NULL;
Expand Down

0 comments on commit fff76cb

Please sign in to comment.