@@ -1265,6 +1265,9 @@ |
||
1265 | 1265 | return true; |
1266 | 1266 | } |
1267 | 1267 | |
1268 | + /** |
|
1269 | + * @return string |
|
1270 | + */ |
|
1268 | 1271 | public static function update_103() |
1269 | 1272 | { |
1270 | 1273 | $tbl = self::FIELD_TBL_NAME; |
@@ -7,6 +7,10 @@ |
||
7 | 7 | if(!defined("__IN_SYMPHONY__")) die("<h2>Error</h2><p>You cannot directly access this file</p>"); |
8 | 8 | |
9 | 9 | class ERFXSLTUTilities { |
10 | + |
|
11 | + /** |
|
12 | + * @param string $mode |
|
13 | + */ |
|
10 | 14 | public static function entryToXml($parentField, $entry, $entrySectionHandle, $entryFields, $mode) |
11 | 15 | { |
12 | 16 | $date = new DateTime(); |