aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-10-13 16:41:27 -0700
committerMarc Alexander <admin@m-a-styles.de>2018-10-13 16:41:27 -0700
commitdfa533af4a68401c3e5fd8d081638a159001618b (patch)
treeea579fa3e4bb74c47788eaa1ab90246ee945c9ac /phpBB/includes/functions_user.php
parent4180950db7b5f31a17175d24cc5624e55f66cc7f (diff)
parent600588d6230c84057e57951ddeb298bc53f9feab (diff)
downloadforums-dfa533af4a68401c3e5fd8d081638a159001618b.tar
forums-dfa533af4a68401c3e5fd8d081638a159001618b.tar.gz
forums-dfa533af4a68401c3e5fd8d081638a159001618b.tar.bz2
forums-dfa533af4a68401c3e5fd8d081638a159001618b.tar.xz
forums-dfa533af4a68401c3e5fd8d081638a159001618b.zip
Merge pull request #5384 from DavidIQ/ticket/15552
[ticket/15552] Call insert_single_user when appropriate
Diffstat (limited to 'phpBB/includes/functions_user.php')
0 files changed, 0 insertions, 0 deletions
s;t display the previous button. Usefull for first step if $::Wizard_finished is set to true, the wizard will display Finish instead of Next. Usefull for last step how to code: Code as if there were no wizard. OK button is displayed as Next Cancel is displayed as Previous a additional button Cancel is added, xhich die with the exception 'wizard_cancelled' You have to handle the previous button. For example: step 1: ask_from list( blablablabl) or return; step2: ask_from list( blablablabl) or goto step1; step3: ask_from list( blablablabl) or goto step2; etc... You don't have to handle the wizard Cancel button as it send an exception. Understood? If yes, you'll see that there is a pb with ask_yesorno. In this case, yes+next returns true, no+next returns false, Cancel send the exception 'wizard_canceled' and previous send the exception 'wizard previous'. So you have to handle the previous button manually. plop. dam's, pour vous servir