Skip to content

Commit

Permalink
Merge pull request #1 from frenkel/master
Browse files Browse the repository at this point in the history
Fix classname by @frenkel
  • Loading branch information
John Porter committed Nov 9, 2011
2 parents 4206cbb + 8021c33 commit a3bebee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fields/field.incremental_number.php
@@ -1,6 +1,6 @@
<?php

Class field_incremental_number extends Field{
Class fieldincremental_number extends Field{

function __construct(&$parent){
parent::__construct($parent);
Expand Down Expand Up @@ -153,4 +153,4 @@ function buildDSRetrivalSQL($data, &$joins, &$where, $andOperation=false)

}

?>
?>

0 comments on commit a3bebee

Please sign in to comment.