Index: trunk/extensions/EducationProgram/includes/EPPager.php |
— | — | @@ -172,15 +172,6 @@ |
173 | 173 | } |
174 | 174 | |
175 | 175 | /** |
176 | | - * (non-PHPdoc) |
177 | | - * @see TablePager::getIndexField() |
178 | | - */ |
179 | | - function getIndexField() { |
180 | | - $c = $this->className; // Yeah, this is needed in PHP 5.3 >_> |
181 | | - return $c::getPrefixedField( 'id' ); |
182 | | - } |
183 | | - |
184 | | - /** |
185 | 176 | * Returns the relevant field names. |
186 | 177 | * |
187 | 178 | * @since 0.1 |