This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:create:functions:registervariable [28.12.2014 17:21] alexander.ritter [Example 2] |
en:create:functions:registervariable [04.03.2016 14:57] (current) cristinamendonca [Example 3] wrong function call (variableRegister instead of registerVariable) |
||
---|---|---|---|
Line 79: | Line 79: | ||
); | ); | ||
shuffle($questions); | shuffle($questions); | ||
- | variableRegister('questions'); | + | registerVariable('questions'); |
</code> | </code> | ||