/[drupal]/contributions/modules/dbscripts/erase.php
ViewVC logotype

Contents of /contributions/modules/dbscripts/erase.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download) (as text)
Tue Jan 20 19:34:40 2009 UTC (10 months, 1 week ago) by ceardach
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.3: +1 -1 lines
File MIME type: text/x-php
Really updating to 6.x-1.x branch this time.
1 #!/usr/bin/env php
2 <?php
3 require('dbscripts.module');
4 if (in_array('help', $_SERVER['argv'])) {
5 print dbscripts_help('erase');
6 } else {
7 $options = dbscripts_get_options($_SERVER['argv']);
8 print dbscripts_erase($options['filter'], $options['sequences']);
9 }
10 ?>

  ViewVC Help
Powered by ViewVC 1.1.2