You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix some issues with converted /manage/profile page (#3441)
* fix bday month
* fix undefined value warnings
Use of uninitialized value in numeric ge (>=) ... cgi-bin/DW/Controller/Manage/Profile.pm line 258.
Use of uninitialized value $newbio in pattern match (m//) ... cgi-bin/DW/Controller/Manage/Profile.pm line 285.
Use of uninitialized value in numeric gt (>) ... cgi-bin/DW/Controller/Manage/Profile.pm line 348.
* pass $iscomm variable to page template
This was missing from the $vars hash.
* more undefined value warnings
Use of uninitialized value in pattern match (m//) ... cgi-bin/DW/Controller/Manage/Profile.pm line 155.
Use of uninitialized value in pattern match (m//) ... cgi-bin/DW/Controller/Manage/Profile.pm line 172.
* start birthday month menu with empty value
0 commit comments