Skip to content

Commit

Permalink
Trimming whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Feb 25, 2011
1 parent 5ab5197 commit 9e8fc96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cake/libs/model/datasources/dbo_source.php
Expand Up @@ -68,7 +68,7 @@ class DboSource extends DataSource {
* @var boolean.
* @access public
*/
public $cacheMethods = true ;
public $cacheMethods = true;

/**
* Print full query debug info?
Expand Down Expand Up @@ -332,7 +332,7 @@ function value($data, $column = null) {
}
} elseif (in_array($data, array('{$__cakeID__$}', '{$__cakeForeignKey__$}'), true)) {
return $data;
}
}

if ($data === null || (is_array($data) && empty($data))) {
return 'NULL';
Expand Down Expand Up @@ -482,7 +482,7 @@ protected function _execute($sql, $params = array()) {
$this->error = $e->getMessage();
return false;
}

}

/**
Expand Down

0 comments on commit 9e8fc96

Please sign in to comment.