Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
ad999455
Commit
ad999455
authored
Mar 09, 2020
by
jlopez
Browse files
fix alpine getPackages
parent
3e5587af
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.php
View file @
ad999455
...
...
@@ -111,7 +111,9 @@ function findAlpinePackages($os_name, $version_num, $version_name, $keyword, $li
$index
=
0
;
for
(
$i
=
1
;
$i
<=
$size
;
$i
++
)
{
$name
=
cleanValue
(
$$tr
[
$i
]
->
childNodes
[
1
]
->
nodeValue
);
$name
=
cleanValue
(
$tr
[
$i
]
->
childNodes
[
1
]
->
nodeValue
);
$version
=
$tr
[
$i
]
->
childNodes
[
3
]
->
nodeValue
;
if
(
$name
!=
null
&&
$name
!=
""
)
{
...
...
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