bernd commited on 2009-07-21 11:39:46
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1426 87cf0b9e-d624-0410-a070-f6ee81989793
| ... | ... |
@@ -189,7 +189,7 @@ function encode_querystring($querystring) |
| 189 | 189 |
|
| 190 | 190 |
function addnew($file, $label, $querystring = '') |
| 191 | 191 |
{
|
| 192 |
- output('<p class="addnew">'.internal_link($file, $label).'</p>');
|
|
| 192 |
+ output('<p class="addnew">'.internal_link($file, $label, $querystring).'</p>');
|
|
| 193 | 193 |
} |
| 194 | 194 |
|
| 195 | 195 |
|
| 196 | 196 |