Update relationship

This commit is contained in:
DariusIII
2025-01-01 16:29:28 +01:00
parent f4c067cf78
commit 34bf090d5e
48 changed files with 206 additions and 200 deletions
@@ -75,7 +75,7 @@ function smarty_modifier_phpdate_format($string, $format = 'Y/m/d H:i:s', $defau
case 'DATE_ISO8601': $nformat = DATE_ISO8601;
break;
case 'DATE_RFC822': $nformat = 'D, d M y H:i:s O';
break; //The php constant is not quite right - as the time-zone comes out with invalid values like "UTC"...
break; // The php constant is not quite right - as the time-zone comes out with invalid values like "UTC"...
case 'DATE_RFC850': $nformat = DATE_RFC850;
break;
case 'DATE_RFC1036': $nformat = DATE_RFC1036;
@@ -87,7 +87,7 @@ function smarty_modifier_phpdate_format($string, $format = 'Y/m/d H:i:s', $defau
case 'DATE_RFC3339': $nformat = DATE_RFC3339;
break;
case 'DATE_RSS': $nformat = 'D, d M Y H:i:s O';
break; //as rfc822 ...
break; // as rfc822 ...
case 'DATE_W3C': $nformat = DATE_W3C;
break;
}