Minor formatting cleanup

This commit is contained in:
Timothy Warren 2012-03-14 14:22:34 -04:00
parent 4683311f61
commit 09caf1d256

View File

@ -567,7 +567,7 @@ class Query_Builder {
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
// ! Other Query Modifier methods // ! Other Query Modifier methods
// --------------------------------------------------------------------------ß // --------------------------------------------------------------------------
/** /**
* Creates a join phrase in a compiled query * Creates a join phrase in a compiled query
@ -585,7 +585,8 @@ class Query_Builder {
if (preg_match('/([\[\w\.]+)([\W\s]+)(.+)/', $condition, $matches)) if (preg_match('/([\[\w\.]+)([\W\s]+)(.+)/', $condition, $matches))
{ {
$condition = $this->db->quote_ident($matches[0]).' '.$matches[1].' '.$this->db->quote_ident($matches[2]); $condition = $this->db->quote_ident($matches[0]) . ' ' . $matches[1] .
' ' . $this->db->quote_ident($matches[2]);
} }
$this->query_map[] = array( $this->query_map[] = array(