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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Jan 20 18:11:00 2009 UTC (10 months ago) by ceardach
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.1: +6 -2 lines
File MIME type: text/x-php
Updating HEAD with the latest version of 5.x-1.x
1 #!/usr/bin/env php
2 <?php
3 require('dbscripts.module');
4 if (in_array('help', $_SERVER['argv'])) {
5 print dbscripts_help('dump');
6 } else {
7 $options = dbscripts_get_options($_SERVER['argv']);
8 print dbscripts_dump($options['file'],$options['filter']);
9 }
10 ?>

  ViewVC Help
Powered by ViewVC 1.1.2