1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

Fix for getUsersInClass() query. Chart class experiment (commented out)

This commit is contained in:
Cameron
2019-05-01 17:08:33 -07:00
parent 65f1a46fcf
commit 95b336dea3
3 changed files with 91 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ if(defined("POLLRENDERED"))
if (!e107::isInstalled('poll'))
{
return null;
return null;
}
if(!defined("POLLCLASS"))