Revision 7896
Added by Aaron Marcuse-Kubitza almost 12 years ago
index.php | ||
---|---|---|
86 | 86 |
} |
87 | 87 |
else $target = "tbl_structure"; |
88 | 88 |
} |
89 |
$url .= "&target=".$target; |
|
89 |
$url .= "&target=".$target.".php";
|
|
90 | 90 |
return $url; |
91 | 91 |
}; |
92 | 92 |
} |
Also available in: Unified diff
web/vegpath/util.php: partition(): Fixed bug where strpos() takes the search-for param first rather than second