Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
tmq
9 years ago
Commit
ecba9b1eb510a2473f909cf1935ac12fea7ab2d1
1 parent
35b79d5d
test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
website/service/News.class.php
website/service/News.class.php
View file @
ecba9b1
...
...
@@ -34,6 +34,7 @@ class Service_News extends Lib_Service
$func
=
'lastInsertId'
;
}
$replaces
=
array
(
'column'
=>
$column
,
'value'
=>
$value
,
'up'
=>
$up
)
;
echo
self
::
service
(
self
::
ROUTER
)
->
cache
(
false
)
->
getSql
(
'setInfo'
,
$data
,
$replaces
);
exit
;
$status
=
self
::
service
(
self
::
ROUTER
)
->
cache
(
false
)
->
insert
(
'setInfo'
,
$data
,
$replaces
)
->
$func
();
if
(
$status
)
{
...
...
Please
register
or
login
to post a comment