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

Last change on this file since 12091 was 11425, checked in by mistic100, 13 years ago

delete compiled templates on config save

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