pref-filters: mention native-regexp difficulties in testing window
This commit is contained in:
parent
3fb401120a
commit
5cb1730648
1 changed files with 8 additions and 1 deletions
|
@ -91,7 +91,14 @@ class Pref_Filters extends Handler_Protected {
|
||||||
|
|
||||||
if ($found == 0) {
|
if ($found == 0) {
|
||||||
print "<tr><td align='center'>" .
|
print "<tr><td align='center'>" .
|
||||||
__("No recent articles matching this filter have been found.") . "</td></tr>";
|
__("No recent articles matching this filter have been found.");
|
||||||
|
|
||||||
|
print "</td></tr><tr><td class='insensitive' align='center'>";
|
||||||
|
|
||||||
|
print __("Complex expressions might not give results while testing due to issues with database server regexp implementation.");
|
||||||
|
|
||||||
|
print "</td></tr>";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
print "</table></div>";
|
print "</table></div>";
|
||||||
|
|
Loading…
Reference in a new issue