source: extensions/TweetThis/maintain.inc.php @ 13127

Last change on this file since 13127 was 12388, checked in by mistic100, 13 years ago

button on index now works

File size: 280 bytes
RevLine 
[11419]1<?php
2function plugin_install()
[11425]3{ 
[12388]4  pwg_query('INSERT INTO '.CONFIG_TABLE.' (param,value,comment) VALUES ("TweetThis","horizontal,toolbar","TweetThis config");');
[11419]5}
6
7function plugin_uninstall()
8{
[11425]9  pwg_query('DELETE FROM '.CONFIG_TABLE.' WHERE param="TweetThis" LIMIT 1;');
[11419]10}
11
12?>
Note: See TracBrowser for help on using the repository browser.