[Tickets #14803] Re: Horde_Rdo_Mapper sets created_at, forgets updated_at

[email protected]
Newsgroups gmane.comp.horde.bugs
Message-ID <[email protected]>
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: https://bugs.horde.org/ticket/14803
------------------------------------------------------------------------------
  Ticket           | 14803
  Aktualisiert Von | [email protected]
  Zusammenfassung  | Horde_Rdo_Mapper sets created_at, forgets updated_at
  Warteschlange    | Horde Framework Packages
  Typ              | Bug
  Status           | Unconfirmed
  Priorität        | 1. Low
  Milestone        |
  Patch            |
  Zuständige       |
+Neuer Anhang     | Mapper.php
------------------------------------------------------------------------------


[email protected] (2018-04-13 09:59) hat geschrieben:

I was able to fix the described misbehaviour.
Please note the change around line 408 of enclosed Mapper.php:

[...]
         // If configured to record update time, set it here.
         if ($this->_setTimestamps) {
             //$fields['updated_at'] = time();
             $fields['updated_at'] = new Horde_Date(time());
         }
[...]




[email protected] (2018-04-13 09:59) hat hochgeladen: Mapper.php

https://bugs.horde.org/h/services/download/?app=whups&actionID=download_file&file=Mapper.php&ticket=14803&fn=%2FMapper.php



-- 
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.