Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
e3bde91f
Commit
e3bde91f
authored
Feb 02, 2011
by
Lukas Fleischer
Browse files
Minor variable parser bug fix (cf. commits
492c8c66
,
7a58e99e
).
Signed-off-by:
Lukas Fleischer
<
archlinux@cryptocrack.de
>
parent
8e32767c
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/html/pkgsubmit.php
View file @
e3bde91f
...
...
@@ -185,7 +185,7 @@ if ($_COOKIE["AURSID"]):
$len
= strlen(
$regs[0][0]
);
if (isset(
$new_pkgbuild[$var]
)) {
$replacement
=
explode("
",
$new_pkgbuild[$var]
,
2
);
$replacement
=
substr(
$new_pkgbuild[$var]
, strpos(
$new_pkgbuild[$var]
,
"
")
);
}
else {
$replacement
= '';
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment