Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-8942

birthday Year in ACP/user administration/profile

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.6
    • 3.0.7
    • ACP
    • None
    • PHP Environment: 5.2.5
      Database: mysql 5.0.45

    Description

      Hi everybody,

      I don't know if it's really a bug, but when you select a member in the acp, and go to his profil, the year for the birthday stop in 2008, but in ucp/profil you can choose until 2009.

      It's just one = missing in /includes/acp/acp_users.php

      To correct this, just replace in this file:

      for ($i = $now['year'] - 100; $i < $now['year']; $i++) 

      by

      for ($i = $now['year'] - 100; $i <= $now['year']; $i++) 

      Attachments

        Activity

          People

            ToonArmy Chris Smith
            lolovoisin lolovoisin [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: