projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7203682
)
Remove categories from the pdf
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 4 Apr 2016 17:36:28 +0000
(13:36 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 4 Apr 2016 17:36:28 +0000
(13:36 -0400)
models/front/events/list.php
patch
|
blob
|
history
diff --git
a/models/front/events/list.php
b/models/front/events/list.php
index
4a00f00
..
ebcf8ee
100644
(file)
--- a/
models/front/events/list.php
+++ b/
models/front/events/list.php
@@
-238,6
+238,7
@@
class GlmMembersFront_events_list extends GlmMembersFront_events_baseAction
$pdfY -= self::LINE_HEIGHT * $lineCount;
+ /*
if ( isset($event['categories']) && !empty($event['categories']) ) {
$categoryNames = array();
$category = new SetaPDF_Core_Text_Block( $boldFont, self::PDF_FONT_SIZE );
@@
-251,6
+252,7
@@
class GlmMembersFront_events_list extends GlmMembersFront_events_baseAction
$category->setText( implode( ',', $categoryNames ) );
$category->draw($page->getCanvas(), self::PDF_RGT_COL_X + 50, $eventTopY );
}
+ */
if ( isset($event['locations']) && !empty($event['locations']) ) {
$address = array();