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
dec70c0513d2758204d3c9055ee0bd66e3809663
1 parent
ecba9b1e
注释
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
website/service/News.class.php
website/service/News.class.php
View file @
dec70c0
...
...
@@ -34,7 +34,6 @@ 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