fix function camelcase

This commit is contained in:
Martin Konecny 2012-09-07 16:50:33 -04:00
parent 089e896552
commit 3c0541f138
4 changed files with 4 additions and 4 deletions

View file

@ -511,7 +511,7 @@ SQL;
* Returns null if nothing found, else an array of associative
* arrays representing each row.
*/
public static function GetItems($p_startTime, $p_endTime)
public static function getItems($p_startTime, $p_endTime)
{
global $CC_CONFIG;