Explorar el Código

DODAJ_WYNIK_ANKIETY_FUNC fix

Piotr Labudda hace 11 años
padre
commit
a2bfcb6718
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 1 1
      SE/VERSION
  2. 2 1
      SE/superedit-DODAJ_WYNIK_ANKIETY_FUNC.php

+ 1 - 1
SE/VERSION

@@ -1 +1 @@
-3.9.9-12
+3.9.9-13

+ 2 - 1
SE/superedit-DODAJ_WYNIK_ANKIETY_FUNC.php

@@ -7,7 +7,8 @@ function DODAJ_WYNIK_ANKIETY_FUNC() {
 SE_Layout::menu();
 echo '<div class="container">';
 
-$zasobID = '23';// Table USERS2_MARKETING
+Lib::loadClass('ProcesHelper');
+$zasobID = ProcesHelper::getZasobTableID('USERS2_MARKETING');
 
 $userAcl = User::getAcl();
 $userAcl->fetchGroups();