[AudioLink-cvs]audiolink/code alfilldb,1.31,1.32
Status: Alpha
Brought to you by:
amitshah
|
From: <ami...@us...> - 2003-12-05 12:30:34
|
Update of /cvsroot/audiolink/audiolink/code
In directory sc8-pr-cvs1:/tmp/cvs-serv5584
Modified Files:
alfilldb
Log Message:
removed ref. to alfilldb_usage.txt
Index: alfilldb
===================================================================
RCS file: /cvsroot/audiolink/audiolink/code/alfilldb,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** alfilldb 5 Dec 2003 12:24:03 -0000 1.31
--- alfilldb 5 Dec 2003 12:30:31 -0000 1.32
***************
*** 488,494 ****
$dbh = DBI->connect($dbi_string,$user,$password)
or die "\n$0: Error: Could not connect to the database!\
! Check the user, password and host fields for the MYSQL connection.
! (the --user, --pass, --host options and the DBI_USER and DBI_PASS env. vars
! See the file Documentation/alfilldb_usage.txt for more information\n";
if (not $files[0]) {
--- 488,492 ----
$dbh = DBI->connect($dbi_string,$user,$password)
or die "\n$0: Error: Could not connect to the database!\
! Check the user, password and host fields for the MySQL connection.";
if (not $files[0]) {
|