Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Issue forks
imageapi_optimize-3226168
Commits
28fda0f0
Commit
28fda0f0
authored
Jan 10, 2011
by
Hai-Nam Nguyen
Browse files
Simplify the uninstall clean up
parent
133b628a
Changes
1
Hide whitespace changes
Inline
Side-by-side
imageapi_optimize.install
View file @
28fda0f0
...
...
@@ -6,9 +6,5 @@
*/
function
imageapi_optimize_uninstall
()
{
variable_del
(
'imageapi_optimize_toolkit'
);
variable_del
(
'imageapi_optimize_advpng'
);
variable_del
(
'imageapi_optimize_optipng'
);
variable_del
(
'imageapi_optimize_jpegtran'
);
variable_del
(
'imageapi_optimize_jiffremove'
);
db_query
(
"DELETE FROM
{
variable
}
WHERE name LIKE 'imageapi_optimize_%'"
);
}
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment