Moved the "fpdf" directory in the "libraries" one
This commit is contained in:
@@ -16,6 +16,8 @@ $Source$
|
|||||||
- fixed an error when $cfg['Server']['table_info'] is not valid;
|
- fixed an error when $cfg['Server']['table_info'] is not valid;
|
||||||
- optimized a bit;
|
- optimized a bit;
|
||||||
- removed an "onchange" js handler to lower server charge.
|
- 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>
|
2002-05-25 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* lang/italian.inc.php3: Updates, thanks again to
|
* lang/italian.inc.php3: Updates, thanks again to
|
||||||
|
0
fpdf/font/courier.php3 → libraries/fpdf/font/courier.php3
Executable file → Normal file
0
fpdf/font/courier.php3 → libraries/fpdf/font/courier.php3
Executable file → Normal file
0
fpdf/font/helvetica.php3 → libraries/fpdf/font/helvetica.php3
Executable file → Normal file
0
fpdf/font/helvetica.php3 → libraries/fpdf/font/helvetica.php3
Executable file → Normal file
0
fpdf/font/helveticab.php3 → libraries/fpdf/font/helveticab.php3
Executable file → Normal file
0
fpdf/font/helveticab.php3 → libraries/fpdf/font/helveticab.php3
Executable file → Normal file
0
fpdf/font/helveticabi.php3 → libraries/fpdf/font/helveticabi.php3
Executable file → Normal file
0
fpdf/font/helveticabi.php3 → libraries/fpdf/font/helveticabi.php3
Executable file → Normal file
0
fpdf/font/helveticai.php3 → libraries/fpdf/font/helveticai.php3
Executable file → Normal file
0
fpdf/font/helveticai.php3 → libraries/fpdf/font/helveticai.php3
Executable file → Normal file
0
fpdf/font/symbol.php3 → libraries/fpdf/font/symbol.php3
Executable file → Normal file
0
fpdf/font/symbol.php3 → libraries/fpdf/font/symbol.php3
Executable file → Normal file
0
fpdf/font/times.php3 → libraries/fpdf/font/times.php3
Executable file → Normal file
0
fpdf/font/times.php3 → libraries/fpdf/font/times.php3
Executable file → Normal file
0
fpdf/font/timesb.php3 → libraries/fpdf/font/timesb.php3
Executable file → Normal file
0
fpdf/font/timesb.php3 → libraries/fpdf/font/timesb.php3
Executable file → Normal file
0
fpdf/font/timesbi.php3 → libraries/fpdf/font/timesbi.php3
Executable file → Normal file
0
fpdf/font/timesbi.php3 → libraries/fpdf/font/timesbi.php3
Executable file → Normal file
0
fpdf/font/timesi.php3 → libraries/fpdf/font/timesi.php3
Executable file → Normal file
0
fpdf/font/timesi.php3 → libraries/fpdf/font/timesi.php3
Executable file → Normal file
0
fpdf/font/zapfdingbats.php3 → libraries/fpdf/font/zapfdingbats.php3
Executable file → Normal file
0
fpdf/font/zapfdingbats.php3 → libraries/fpdf/font/zapfdingbats.php3
Executable file → Normal file
0
fpdf/fpdf.css → libraries/fpdf/fpdf.css
Executable file → Normal file
0
fpdf/fpdf.css → libraries/fpdf/fpdf.css
Executable file → Normal file
0
fpdf/fpdf.php3 → libraries/fpdf/fpdf.php3
Executable file → Normal file
0
fpdf/fpdf.php3 → libraries/fpdf/fpdf.php3
Executable file → Normal file
@@ -16,8 +16,8 @@ require('./libraries/common.lib.php3');
|
|||||||
/**
|
/**
|
||||||
* Gets the "fpdf" libraries and defines the pdf font path
|
* Gets the "fpdf" libraries and defines the pdf font path
|
||||||
*/
|
*/
|
||||||
require('./fpdf/fpdf.php3');
|
require('./libraries/fpdf/fpdf.php3');
|
||||||
define('FPDF_FONTPATH', './fpdf/font/');
|
define('FPDF_FONTPATH', './libraries/fpdf/font/');
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user