Page MenuHomePhabricator

SMW_DV_Time.php.patch.14

Authored By
bzimport
Nov 21 2014, 10:48 PM
Size
558 B
Referenced Files
None
Subscribers
None

SMW_DV_Time.php.patch.14

--- ../SemanticMediaWiki-lng/SMW_DV_Time.php 2009-10-05 14:24:26.000000000 -0400
+++ ./SMW_DV_Time.php 2009-10-05 14:25:49.000000000 -0400
@@ -618,7 +618,7 @@
$this->makePrintoutValue();
SMWOutputs::requireHeadItem(SMW_HEADER_TOOLTIP);
return '<span class="smwttinline">' . $this->m_caption . '<span class="smwttcontent">' .
- $this->m_gregvalue . '</span></span>';
+ $this->m_gregvalue . (($this->m_jd >= self::HEBREW_EPOCH) ? '<br/>' . $this->m_hvalue : '') . '</span></span>';
} else {
return $this->m_caption;
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5583
Default Alt Text
SMW_DV_Time.php.patch.14 (558 B)

Event Timeline