| View previous topic :: View next topic |
| Author |
Message |
qq_bbq
Joined: 05 Jul 2009 Posts: 122
|
|
| Back to top |
|
 |
ankurs
Joined: 10 Mar 2009 Posts: 605
|
Posted: Jul 03, 2010 10:46 am Post subject: Re: Mass Search Bug - Need Quick Fix |
|
|
| yes can confirm the bug |
|
| Back to top |
|
 |
qq_bbq
Joined: 05 Jul 2009 Posts: 122
|
Posted: Jul 05, 2010 1:27 am Post subject: |
|
|
| Need quick fix, should be simple. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Jul 05, 2010 6:44 am Post subject: |
|
|
In index.cgi replace line
| Code: | | push @arr,$1 while $f->{mass_search}=~/\/(\w{12})\//gs; |
with
| Code: | | push @arr,$1 while $f->{mass_search}=~/\/(\w{12})\/?/gs; |
|
|
| Back to top |
|
 |
|