bug 825665

This commit is contained in:
Marc Delisle
2003-10-18 11:41:04 +00:00
parent fb509e2020
commit a29b2dbf49
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2003-10-18 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php3: bug 821512, Safari 1.0 v85.5 and fonts
* libraries/functions.js: bug 825665, scratchboard and paper size
2003-10-17 Marc Delisle <lem9@users.sourceforge.net>
* browse_foreigners.php3: bug 825473: PMA_jsFormat() needed on alert()

View File

@@ -806,7 +806,7 @@ function dragPlace(no, axis, value) {
* Returns paper sizes for a given format
*/
function pdfPaperSize(format, axis) {
switch (format) {
switch (format.toUpperCase()) {
case '4A0':
if (axis == 'x') return 4767.87; else return 6740.79;
break;