didou Wed Nov 26 07:52:17 2003 EDT
Modified files: /phpdoc/en/reference/dbase/functions dbase-get-header-info.xml Log: correcting the example Index: phpdoc/en/reference/dbase/functions/dbase-get-header-info.xml diff -u phpdoc/en/reference/dbase/functions/dbase-get-header-info.xml:1.2 phpdoc/en/reference/dbase/functions/dbase-get-header-info.xml:1.3 --- phpdoc/en/reference/dbase/functions/dbase-get-header-info.xml:1.2 Wed Jul 16 13:09:05 2003 +++ phpdoc/en/reference/dbase/functions/dbase-get-header-info.xml Wed Nov 26 07:52:17 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.dbase-get-header-info"> <refnamediv> <refname>dbase_get_header_info</refname> @@ -100,7 +100,7 @@ $db_path = "/tmp/test.dbf"; // Open dbase file -$dbh = dbase_open($dbname) +$dbh = dbase_open($db_path) or die("Error! Could not open dbase database file '$db_path'."); // Get column information