Changeset 3287323
- Timestamp:
- 05/05/2025 01:29:54 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
howescape-scout-book-label-print/trunk/hs_ScoutBookLabelPrint.php
r3287307 r3287323 4 4 * Plugin URI: http://howescape.com/ 5 5 * Description: ScoutBook does not provide a option to create labels. This plugin takes the CSV file created by ScoutBoox and creates a printable PDF file. 6 * Version: 1.7. 46 * Version: 1.7.5 7 7 * Author: P.T.Howe 8 8 * Text Domain: hs_ScoutBookLabelPrint … … 14 14 include_once ( plugin_dir_path( __FILE__ ) . "./include/hs_ScoutBookLabelPrint_constants.php"); 15 15 // Include the main TCPDF library (search for installation path). 16 require_once( plugin_dir_path( __FILE__ ) . 'tcpdf/tcpdf_import.php');16 //require_once( plugin_dir_path( __FILE__ ) . 'tcpdf/tcpdf_import.php'); 17 17 require_once( plugin_dir_path( __FILE__ ) . 'tcpdf-6.9.3/tcpdf.php'); 18 18
Note: See TracChangeset
for help on using the changeset viewer.