mirror of
https://github.com/fsr/eseeva
synced 2025-04-28 17:38:31 +02:00
added the requested drop down menu for the patrons
This commit is contained in:
parent
0726d74796
commit
b5956dd094
22 changed files with 67 additions and 13 deletions
2
libs/loggingLib.php
Normal file → Executable file
2
libs/loggingLib.php
Normal file → Executable file
|
@ -252,7 +252,7 @@
|
|||
continue;
|
||||
// get the type of the element with the same id as the form element from the questionnaire
|
||||
$type = $questionnaire[$id][0];
|
||||
// check if the element is a question on continue with the next one if that is not hte case
|
||||
// check if the element is a question on continue with the next one if that is not the case
|
||||
if ($type != "Question")
|
||||
continue;
|
||||
// if there is not field for the current element in the question dsta array, create a new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue