Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
catfan committed Apr 28, 2014
2 parents 8b389b3 + 974250e commit 7393c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions medoo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* Medoo database framework
* http://medoo.in
* Version 0.9.5.2
* Version 0.9.5.3
*
* Copyright 2014, Angel Lai
* Released under the MIT license
Expand Down Expand Up @@ -471,7 +471,7 @@ protected function select_context($table, $join, &$columns = null, $where = null

if (
isset($join_key[0]) &&
strpos($join_key[0], '[') == 0
strpos($join_key[0], '[') === 0
)
{
$table_join = array();
Expand Down

0 comments on commit 7393c67

Please sign in to comment.