Getting closer maybe.
This commit is contained in:
vanhempi
adc02ae320
commit
ef4cbb79cd
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
3
base.php
3
base.php
|
|
@ -192,6 +192,9 @@ function localize($phrase, $count=-1, $reset=false) {
|
|||
}
|
||||
|
||||
function addURLParameter($urlParams, $paramName, $paramValue) {
|
||||
if (empty ($urlParams)) {
|
||||
$urlParams = "";
|
||||
}
|
||||
$start = "";
|
||||
if (preg_match ("#^\?(.*)#", $urlParams, $matches)) {
|
||||
$start = "?";
|
||||
|
|
|
|||
Ladataan…
Lisää taulukko
Lisää linkki
Viittaa uudessa ongelmassa