|
@@ -605,10 +605,10 @@ echo '<BR>' .
|
|
'<A HREF="' . $base_uri . 'src/';
|
|
'<A HREF="' . $base_uri . 'src/';
|
|
|
|
|
|
if ($where && $what) {
|
|
if ($where && $what) {
|
|
- if( $pos == '' ) {
|
|
|
|
- $pos = 0;
|
|
|
|
|
|
+ if ($pos == '') {
|
|
|
|
+ $pos=0;
|
|
}
|
|
}
|
|
- echo "search.php?where$pos=".urlencode($where)."&pos=$pos&what$pos=".urlencode($what)."&mailbox=$urlMailbox\">";
|
|
|
|
|
|
+ echo "search.php?where=".urlencode($where)."&pos=$pos&what=".urlencode($what)."&mailbox=$urlMailbox\">";
|
|
} else {
|
|
} else {
|
|
echo "right_main.php?sort=$sort&startMessage=$startMessage&mailbox=$urlMailbox\">";
|
|
echo "right_main.php?sort=$sort&startMessage=$startMessage&mailbox=$urlMailbox\">";
|
|
}
|
|
}
|