Skip to content
Snippets Groups Projects
Commit ce03589d authored by Carsten  Rose's avatar Carsten Rose
Browse files

Change 'continue' to 'continue 2' - switch() also counts as a level.

parent efd29b39
No related branches found
No related tags found
1 merge request!267Develop merge
Pipeline #3481 passed
......@@ -1978,7 +1978,7 @@ class QuickFormQuery {
case SIP_SIP:
case SIP_URLPARAM:
case SIP_TABLE:
continue; // do not copy these params to the new SIP
continue 2; // do not copy these params to the new SIP
case SIP_RECORD_ID:
// set the new recordId
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment