Skip to content

Commit

Permalink
Update PicoDatabaseUtil.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamshory, MT committed Nov 28, 2024
1 parent a8fc95a commit 0e57d7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Util/Database/PicoDatabaseUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@ public static function toList($array, $bracket = false, $escape = false)
else
{
$array[$key] = "'".self::fixValue($value, $type)."'";
}

}
}
else
{
Expand Down

0 comments on commit 0e57d7c

Please sign in to comment.