Moved the "fpdf" directory in the "libraries" one

This commit is contained in:
Loïc Chapeaux
2002-05-25 10:40:57 +00:00
parent 7af5a13435
commit 2984ef3eef
16 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ $Source$
- fixed an error when $cfg['Server']['table_info'] is not valid;
- optimized a bit;
- removed an "onchange" js handler to lower server charge.
* pdf_schema.php3; fpdf/*; libraries/fpdf/*: moved the "fpdf" directory in
the "libraries" one.
2002-05-25 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/italian.inc.php3: Updates, thanks again to

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
fpdf/fpdf.css → libraries/fpdf/fpdf.css Executable file → Normal file
View File

0
fpdf/fpdf.php3 → libraries/fpdf/fpdf.php3 Executable file → Normal file
View File

View File

@@ -16,8 +16,8 @@ require('./libraries/common.lib.php3');
/**
* Gets the "fpdf" libraries and defines the pdf font path
*/
require('./fpdf/fpdf.php3');
define('FPDF_FONTPATH', './fpdf/font/');
require('./libraries/fpdf/fpdf.php3');
define('FPDF_FONTPATH', './libraries/fpdf/font/');
/**