Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-13998

Remove unnecessary code from eZDateTime constructor

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Medium Medium
    • 4.1.0alpha2
    • 4.0.1
    • Misc
    • None

    Description

      In its constructor:

      $arr = getdate( $datetime );
      $datetime = mktime( $arr['hours'], $arr['minutes'], $arr['seconds'], $arr['mon'], $arr['mday'], $arr['year'] );
      

      Don't think this code is doing anything, so it should be removed.

      Attachments

        Activity

          People

            cyberwolf cyberwolf
            cyberwolf cyberwolf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: