Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.4.1, Tue Mar 25 03:04:13 2008 UTC | revision 1.1.4.2, Tue Mar 25 03:48:16 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: type_local_nids.install,v 1.2 2008/03/23 02:48:30 jbrown Exp $ | // $Id$ |
| 3 | ||
| 4 | ||
| 5 | function type_local_nids_install() { | function type_local_nids_install() { |
| # | Line 36 function type_local_nids_uninstall() { | Line 36 function type_local_nids_uninstall() { |
| 36 | db_query('DROP TABLE {node_lnid_next}'); | db_query('DROP TABLE {node_lnid_next}'); |
| 37 | db_query('DROP TABLE {node_lnid}'); | db_query('DROP TABLE {node_lnid}'); |
| 38 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |