Fix loop
authoreileen <emcnaughton@wikimedia.org>
Sun, 21 Mar 2021 23:19:47 +0000 (12:19 +1300)
committereileen <emcnaughton@wikimedia.org>
Sun, 21 Mar 2021 23:19:47 +0000 (12:19 +1300)
commitca5b3d1480ece90b25513f3e63962f5489145bd6
tree7aab049facb6c3f38540f9b8233202fbb36cf54a
parentb5aefc20e8b7f2cf15dddbcecde4097e957aed4f
Fix loop

It turns out that if you 'break' advanced search (in my case
I applied a patch that caused invalid sql) it enters a loop.

I really can't see why 'while' would have ever made sense here.

There is nothing to cause it to 'move along'
CRM/Core/Error.php