Photo Organizer

This is the bug tracker for Photo Organizer.
Tasklist

FS#422 - Not possible to set the country

Attached to Project: Photo Organizer
Opened by Marcus Hinz (marcus) - Sunday, 18 October 2009, 09:01 GMT
Last edited by Solomon Peachy (pizza) - Friday, 23 October 2009, 17:20 GMT
Task Type Bug Report
Category Backend / Core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version Devel
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

In "My Settings - Contact Information" it is not possible to set the country (2.37rc2).

Syntax error in line 474 of my.settings.php

-print "<tr><td>".$strings['user_country']."</td> <td>"; emit_combo("country", $all_countries, $po_user['country'], "", 0) . "</td></tr>\n";


+print "<tr><td>".$strings['user_country']."</td> <td>". emit_combo("country", $all_countries, $po_user['country'], "", 0) . "</td></tr>\n";
This task depends upon

Closed by  Solomon Peachy (pizza)
Friday, 23 October 2009, 17:20 GMT
Reason for closing:  Fixed
Additional comments about closing:  Committed, thanks!

Loading...