Parent Directory
|
Revision Log
|
Revision Graph
Begin the Ubercart 6.x-2.x branch.
| 1 | <?php |
| 2 | |
| 3 | function uc_repeater_uninstall() { |
| 4 | variable_del('uc_repeater_slaves'); |
| 5 | variable_del('uc_repeater_masters'); |
| 6 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |