Changeset 113086 in spip-zone for _plugins_/article_pdf
- Timestamp:
- Dec 22, 2018, 10:46:06 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/article_pdf/trunk/pdf/lib_pdf_global.php
r113085 r113086 9 9 // Fichier de dump pour debug 10 10 define ('DUMP_FILE_FULL_PATH_NAME',"Dump.txt"); 11 12 11 class PDF extends FPDF 13 12 { … … 348 347 } 349 348 350 spip_log('NO ? '.$e.' !@getimagesize pour'. $this->SRC.' alt ='.$alt,'article_pdf' );349 spip_log('NO ? '.$e.' !@getimagesize pour'. $this->SRC.' alt ='.$alt,'article_pdf'._LOG_AVERTISSEMENT); 351 350 352 351 } else {
Note: See TracChangeset
for help on using the changeset viewer.