Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
879b9de4
Commit
879b9de4
authored
8 years ago
by
Karl
Browse files
Options
Downloads
Patches
Plain Diff
Jetzt funktioniert die Anpassung auch für Nachrichten
parent
9f010b03
No related branches found
Branches containing commit
No related tags found
2 merge requests
!421
Development
,
!417
Jetzt funktioniert die Anpassung auch für Nachrichten
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/MetaGer.php
+10
-2
10 additions, 2 deletions
app/MetaGer.php
with
10 additions
and
2 deletions
app/MetaGer.php
+
10
−
2
View file @
879b9de4
...
...
@@ -554,11 +554,19 @@ class MetaGer
# Wenn foki für diese Suchmaschine angegeben sind
$focuses
=
explode
(
","
,
$suma
[
'type'
]
->
__toString
());
foreach
(
$focuses
as
$foc
)
{
$foki
[
$foc
][]
=
$suma
[
'name'
]
->
__toString
();
if
(
isset
(
$suma
[
'minismCollection'
]))
{
$foki
[
$foc
][]
=
"minism"
;
}
else
{
$foki
[
$foc
][]
=
$suma
[
'name'
]
->
__toString
();
}
}
}
else
{
# Wenn keine foki für diese Suchmaschine angegeben sind
$foki
[
"andere"
][]
=
$suma
[
'name'
]
->
__toString
();
if
(
isset
(
$suma
[
'minismCollection'
]))
{
$foki
[
"andere"
][]
=
"minism"
;
}
else
{
$foki
[
"andere"
][]
=
$suma
[
'name'
]
->
__toString
();
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment