Skip to content

Commit

Permalink
Updating all of the stupid version tags...
Browse files Browse the repository at this point in the history
  • Loading branch information
OwlManAtt committed Mar 16, 2008
1 parent 05f1f4a commit b7b32a9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion active_table/Cachers/apc.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @package ActivePHP
* @author OwlManAtt <owlmanatt@gmail.com>
* @copyright 2007, Yasashii Syndicate
* @version 2.7.0
* @version 2.3.0
*/
class ActiveTable_Cache_APC implements ActiveTable_Cache
{
Expand Down
2 changes: 1 addition & 1 deletion active_table/Cachers/globals.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @package ActivePHP
* @author OwlManAtt <owlmanatt@gmail.com>
* @copyright 2007, Yasashii Syndicate
* @version 2.7.0
* @version 2.3.0
*/
class ActiveTable_Cache_Globals implements ActiveTable_Cache
{
Expand Down
2 changes: 1 addition & 1 deletion active_table/Cachers/interface.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package ActivePHP
* @author OwlManAtt <owlmanatt@gmail.com>
* @copyright 2007, Yasashii Syndicate
* @version 2.7.0
* @version 2.3.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion active_table/SqlGenerators/driver.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$query->addFrom('customer','eplus');
$query->addKeys('customer',array('cust_number','company_name'),'a');
$query->addKeys('sales_category_lookup',array('sales_category_desc'),'b');
$query->addJoinClause('customer','sales_category_id','sales_category_lookup','sales_category_lookup','sales_category_id','inner','eplus');
$query->addJoinClause('customer','sales_category_id','sales_category_lookup','sales_category_lookup','sales_category_id','inner','database');
$query->addWhere('customer','state');
$query->setSlice(1,10);
print "== Oracle query:\n\n";
Expand Down
2 changes: 1 addition & 1 deletion active_table/SqlGenerators/interface.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package ActivePHP
* @author OwlManAtt <owlmanatt@gmail.com>
* @copyright 2007, Yasashii Syndicate
* @version 2.7.0
* @version 2.3.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion active_table/SqlGenerators/mysql.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package ActivePHP
* @author OwlManAtt <owlmanatt@gmail.com>
* @copyright 2007, Yasashii Syndicate
* @version 2.7.0
* @version 2.3.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion active_table/SqlGenerators/oci.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package ActivePHP
* @author OwlManAtt <owlmanatt@gmail.com>
* @copyright 2007, Yasashii Syndicate
* @version 2.7.0
* @version 2.3.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion active_table/active_table.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package ActivePHP
* @author OwlManAtt <owlmanatt@gmail.com>
* @copyright 2007, Yasashii Syndicate
* @version 2.7.0
* @version 2.3.0
**/

/**
Expand Down
2 changes: 1 addition & 1 deletion aphp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package ActivePHP
* @author OwlManAtt <owlmanatt@gmail.com>
* @copyright 2007, Yasashii Syndicate
* @version 2.2.7
* @version 2.3.0
**/

// Required parts - the exception library.
Expand Down
2 changes: 1 addition & 1 deletion csvio/csvio.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package ActivePHP
* @author OwlManAtt <owlmanatt@gmail.com>
* @copyright 2007, Yasashii Syndicate
* @version 2.2.0
* @version 2.3.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion dagg/dagg.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package ActivePHP
* @author OwlManAtt <owlmanatt@gmail.com>
* @copyright 2007, Yasashii Syndicate
* @version 2.2.0
* @version 2.3.0
**/

/**
Expand Down
2 changes: 1 addition & 1 deletion exceptions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package ActivePHP
* @author OwlManAtt <owlmanatt@gmail.com>
* @copyright 2007, Yasashii Syndicate
* @version 2.2.0
* @version 2.3.0
**/

/**
Expand Down

0 comments on commit b7b32a9

Please sign in to comment.