Posted by Steve on 10/22/15 11:34
> The line
> > if ( $g != $gallery ) next($line);
>
> should be replaced by
>
> if ( $g != $gallery ) continue;
After the correct gallery is found this solution will waste cycles
looking at entries that will not match.
---
Steve
Navigation:
[Reply to this message]
|