Changeset 21442 for branches/version-2_12-dev/data/class/SC_Fpdf.php
- Timestamp:
- 2012/02/06 11:27:03 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_Fpdf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Fpdf.php
r21441 r21442 120 120 $this->lfText(125, 80, $text, 8); //TEL・FAX 121 121 122 if (strlen($arrInfo['law_email']) > 0 ) {122 if (strlen($arrInfo['law_email']) > 0) { 123 123 $text = "Email: ".$arrInfo['law_email']; 124 124 $this->lfText(125, 83, $text, 8); //Email
Note: See TracChangeset
for help on using the changeset viewer.
