fix function camelcase
This commit is contained in:
parent
089e896552
commit
3c0541f138
4 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue