minor changes
This commit is contained in:
parent
a240c540d0
commit
e45836788c
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@ require_once "$storageServerPath/var/conf.php";
|
|||
header("Conten-type: text/plain");
|
||||
$dbname = $config['dsn']['database'];
|
||||
$dbuser = $config['dsn']['username'];
|
||||
$dbhost = $config['dsn']['hostspec'];
|
||||
$res = `pg_dump -s $dbname -U $dbuser`;
|
||||
echo "$res\n";
|
||||
?>
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
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 $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
@ -76,6 +76,7 @@ $flds = array(
|
|||
),
|
||||
'comments' => array(
|
||||
'genre' => 'dc:type',
|
||||
'title' => 'dc:title',
|
||||
// 'genreid' => 'GENREID',
|
||||
),
|
||||
'filename' => 'ls:filename',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue