mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Fixed 2 bad link() calls
This commit is contained in:
parent
fb10b7610e
commit
38715027d6
@ -79,7 +79,7 @@
|
|||||||
$fields = addressbook_read_last_entry($qfields);
|
$fields = addressbook_read_last_entry($qfields);
|
||||||
$newid = $fields[0]['id'];
|
$newid = $fields[0]['id'];
|
||||||
Header("Location: "
|
Header("Location: "
|
||||||
. $phpgw->link('/addressbook/edit.php',"&ab_id=$newid&order=$order&sort=$sort&filter=$filter&start=$start&query=$query&cat_id=$cat_id"));
|
. $phpgw->link('/addressbook/edit.php',"ab_id=$newid&order=$order&sort=$sort&filter=$filter&start=$start&query=$query&cat_id=$cat_id"));
|
||||||
} else {
|
} else {
|
||||||
if (! $bday_month && ! $bday_day && ! $bday_year) {
|
if (! $bday_month && ! $bday_day && ! $bday_year) {
|
||||||
$bday = "";
|
$bday = "";
|
||||||
|
@ -429,7 +429,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($action) {
|
if ($action) {
|
||||||
echo "<FORM action=\"".$phpgw->link('/addressbook/' . $action.'?referer='.urlencode($referer))."\" method=\"post\">\n";
|
echo '<FORM action="' . $phpgw->link('/addressbook/' . $action, 'referer='.urlencode($referer)).'" method="post">';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! ereg("^http://",$url)) {
|
if (! ereg("^http://",$url)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user