Skip to content

Commit

Permalink
refs #1431
Browse files Browse the repository at this point in the history
  * 관련하여 camouflage 로드 되도록 수정
  • Loading branch information
inureyes committed Feb 6, 2010
1 parent c79a955 commit f50482b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion framework/data/DBModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public function doesExist() {

public function getCell($field = '*') {
$field = $this->_treatReservedFields($field);
// var_dump('SELECT ' . $field . ' FROM ' . $this->table . $this->_makeWhereClause() . ' LIMIT 1');
return POD::queryCell('SELECT ' . $field . ' FROM ' . $this->table . $this->_makeWhereClause() . ' LIMIT 1');
}

Expand Down
1 change: 1 addition & 0 deletions framework/id/textcube/config.default.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@
$service['debug_session_dump'] = false;
$service['debug_rewrite_module'] = false;
$service['useNumericURLonRSS'] = false;
//$service['adminskin'] = 'whitedream';
?>

0 comments on commit f50482b

Please sign in to comment.