Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:OwlManAtt/activephp
Browse files Browse the repository at this point in the history
  • Loading branch information
OwlManAtt committed Apr 18, 2008
2 parents 18aa603 + c4dae5f commit 4c54020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions active_table/active_table.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public function __construct($db)

if(array_key_exists('local_key',$SET_DEFINITION) == false)
{
throw new ArgumentError("Local key not defined in record set $record_set_name.",912);
throw new ArgumentError("Local key not definedin record set $record_set_name.",912);
}

// Intialize the ID list.
Expand All @@ -472,7 +472,7 @@ public function __construct($db)
} // end args > 1

$total = round((microtime(true) - $start),4);
$this->debug("#__construct() executed in '$total' seconds.",'method_time');
$this->debug("#__constructt() executed in '$total' seconds.",'method_time');
} // end __construct

/**
Expand Down

0 comments on commit 4c54020

Please sign in to comment.