source:
extensions/GooglePlusOne/maintain.inc.php
@
12885
Last change on this file since 12885 was 11600, checked in by , 13 years ago | |
---|---|
File size: 288 bytes |
Line | |
---|---|
1 | <?php |
2 | function plugin_install() |
3 | { |
4 | pwg_query('INSERT INTO '.CONFIG_TABLE.' (param,value,comment) VALUES ("GooglePlusOne","medium,toolbar","GooglePlusOne config");'); |
5 | } |
6 | |
7 | function plugin_uninstall() |
8 | { |
9 | pwg_query('DELETE FROM '.CONFIG_TABLE.' WHERE param="GooglePlusOne" LIMIT 1;'); |
10 | } |
11 | |
12 | ?> |
Note: See TracBrowser
for help on using the repository browser.