Skip to content

Commit

Permalink
Removing unused Akelos constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Feb 17, 2011
1 parent b0a2a86 commit 746513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function setTableName($tablename) {
public function newRecord($attributes) {
$this->_newRecord = true;

if(AK_ACTIVE_RECORD_SKIP_SETTING_ACTIVE_RECORD_DEFAULTS && empty($attributes)){
if(empty($attributes)){
return;
}

Expand Down

0 comments on commit 746513f

Please sign in to comment.