Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMS-SUEE_2.0
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Laufer
VMS-SUEE_2.0
Commits
72140799
There was an error fetching the commit references. Please try again later.
Commit
72140799
authored
5 years ago
by
Eric Laufer
Browse files
Options
Downloads
Patches
Plain Diff
Newsaugabe korrigiert
Fehler der Zeilenumbrüche korrigiert
parent
bdd8ec8b
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/class/news.class.php
+1
-1
1 addition, 1 deletion
lib/class/news.class.php
with
1 addition
and
1 deletion
lib/class/news.class.php
+
1
−
1
View file @
72140799
...
@@ -52,7 +52,7 @@ class news{
...
@@ -52,7 +52,7 @@ class news{
$start
=
$seite
*
10
-
10
;
$start
=
$seite
*
10
-
10
;
foreach
(
$this
->
db
->
get_results
(
"SELECT * FROM "
.
PREFIX
.
NEWS
.
" ORDER BY id DESC LIMIT
$start
, 10"
)
AS
$res
)
{
foreach
(
$this
->
db
->
get_results
(
"SELECT * FROM "
.
PREFIX
.
NEWS
.
" ORDER BY id DESC LIMIT
$start
, 10"
)
AS
$res
)
{
$aus
.
=
'<div class="card"><div class="card-header">'
.
$res
->
titel
.
' vom '
.
date
(
"d.m.Y - H:i:s"
,
$res
->
zeit
)
.
'</div>'
;
$aus
.
=
'<div class="card"><div class="card-header">'
.
$res
->
titel
.
' vom '
.
date
(
"d.m.Y - H:i:s"
,
$res
->
zeit
)
.
'</div>'
;
$aus
.
=
'<div class="card-body">'
.
nl2br
(
$res
->
news
)
;
$aus
.
=
'<div class="card-body">'
.
$res
->
news
;
if
(
$this
->
config
->
news_komment
==
1
){
$aus
.
=
$this
->
NewsKommentare
(
$res
->
id
);
}
if
(
$this
->
config
->
news_komment
==
1
){
$aus
.
=
$this
->
NewsKommentare
(
$res
->
id
);
}
$aus
.
=
'</div>'
;
$aus
.
=
'</div>'
;
$aus
.
=
'</div><br>'
;
$aus
.
=
'</div><br>'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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