minor changes

This commit is contained in:
tomas 2005-06-16 07:50:06 +00:00
parent a240c540d0
commit e45836788c
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@ require_once "$storageServerPath/var/conf.php";
header("Conten-type: text/plain"); header("Conten-type: text/plain");
$dbname = $config['dsn']['database']; $dbname = $config['dsn']['database'];
$dbuser = $config['dsn']['username']; $dbuser = $config['dsn']['username'];
$dbhost = $config['dsn']['hostspec'];
$res = `pg_dump -s $dbname -U $dbuser`; $res = `pg_dump -s $dbname -U $dbuser`;
echo "$res\n"; echo "$res\n";
?> ?>

View file

@ -23,7 +23,7 @@
Author : $Author: tomas $ Author : $Author: tomas $
Version : $Revision: 1.2 $ Version : $Revision: 1.3 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageAdmin/var/import.php,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageAdmin/var/import.php,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -76,6 +76,7 @@ $flds = array(
), ),
'comments' => array( 'comments' => array(
'genre' => 'dc:type', 'genre' => 'dc:type',
'title' => 'dc:title',
// 'genreid' => 'GENREID', // 'genreid' => 'GENREID',
), ),
'filename' => 'ls:filename', 'filename' => 'ls:filename',