[commits] [Wiki] changed: Doc/Dev/H6/Developer/KnownIssues

Wiki Guest wikiguest at horde.org
Thu May 8 20:16:57 UTC 2025


guest [194.99.110.232]  Thu, 08 May 2025 20:16:57 +0000

Modified page: https://wiki.horde.org/Doc/Dev/H6/Developer/KnownIssues
New Revision:  19
Change log:  Remove fixed issue

@@ -73,25 +73,8 @@
  -  for ($i = $var->type->getProperty('start_year'); $i <=  
$var->type->getProperty('end_year'); $i++) {
  +  for ($i = 1900; $i <= $var->type->getProperty('end_year'); $i++) {
  </code>

-++ turba
-
-
-+++ Fixed: This will fix the error you get if you try to add an image  
or edit an image for a contact in your address book
-Commit number:  
https://github.com/horde/Core/commit/7e1e507b7d01e36f2e96a93d222fed9a5fb16ca1
-**Proposed solution from Brent <impuser at bitrealm.com>**
-
-<code>
-
-<horde-root>/vendor/horde/core/lib/Horde/Core/Ui/VarRenderer/Html.php
-
-Line 209 has:
- $html .= sprintf('<input class="button" name="%s" id="%S"  
type="submit" value="%s" /> ',
-
-The upper-case "S" should be lower-case:
- $html .= sprintf('<input class="button" name="%s" id="%s"  
type="submit" value="%s" /> ',
-</code>

  ++ kronolith

  +++ Non-static method Date_TimeZone::isValidID() cannot be called  
statically in /usr/share/php/Date/TimeZone.php:4717



More information about the commits mailing list