Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
memcache
Commits
2f7f371e
Commit
2f7f371e
authored
Mar 09, 2014
by
markpavlitski
Committed by
Jeremy
Mar 09, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2209395
by markpavlitski: remove unused $success variable
parent
0ffbeca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
dmemcache.inc
dmemcache.inc
+0
-1
No files found.
dmemcache.inc
View file @
2f7f371e
...
...
@@ -126,7 +126,6 @@ function dmemcache_get($key, $bin = 'cache', $mc = NULL) {
$result
=
FALSE
;
$full_key
=
dmemcache_key
(
$key
,
$bin
);
$success
=
'0'
;
if
(
$mc
||
$mc
=
dmemcache_object
(
$bin
))
{
$track_errors
=
ini_set
(
'track_errors'
,
'1'
);
$php_errormsg
=
''
;
...
...
Write
Preview
Markdown
is supported
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