`type` ASC",
array($points), __FUNCTION__, __LINE__);
if (!SQL_HASZERONUMS($result)) {
+ // Init output
+ $OUT = '';
+
// Now let's check
while ($content = SQL_FETCHARRAY($result)) {
// Are these points enougth?
if ((!isFormSent()) || (!isPostRequestElementSet('qsummary'))) {
// Output form
- loadTemplate('member_support_form', false, getUserDataArray());
+ loadTemplate('member_support_form');
} else {
// Load mail template based on your member's decision
if (isExtensionInstalledAndNewer('admins', '0.4.1')) {