update smarty, ganti SQL

This commit is contained in:
Ibnu Maksum
2021-08-18 20:21:16 +07:00
parent fc9ddcd425
commit f5c3a68d80
222 changed files with 33463 additions and 25238 deletions

View File

@ -762,7 +762,7 @@ Column sums
-----------
(Also changed some preg_replace to str_replace to improve performance)
To use: just add {colsum} to any cells of the table footer <tfoot>
Add a number to specify a fixed number of decimal points e.g. <td><3E>{colsum2}</td> will give you <20>123.40
Add a number to specify a fixed number of decimal points e.g. <td><3E>{colsum2}</td> will give you <20>123.40
The width of the column will be calculated using the actual string {colsum} as a placeholder.
If you need the column to be wider, use underscores "_" to pad it e.g. {colsum2_____}
@ -1064,7 +1064,7 @@ New set of Indic fonts for PostScript compatibilty - and clearer font display
===========================
mPDF v5.1 (27/02/2011)
mPDF (27/02/2011)
===========================
New Features
@ -2920,7 +2920,7 @@ function AddExtGState() edited to check if graphics state already exists before
ASCII-proof code
================
"<22><><EFBFBD>" used as a special identifier in the program changed to "\xbb\xa4\xac" to make the mpdf.php script file immune from someone saving it as a utf-8 encoded file
"<22><><EFBFBD>" used as a special identifier in the program changed to "\xbb\xa4\xac" to make the mpdf.php script file immune from someone saving it as a utf-8 encoded file
Images
======