Ignore:
Timestamp:
Jul 9, 2011, 4:03:23 PM (13 years ago)
Author:
J.Commelin
Message:

Fixed bug in modify.php about the copyright selector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Copyrights/modify.php

    r11675 r11676  
    2121        $replacement = '<td><strong>{\'Copyright\'|@translate}</strong></td>
    2222                <td>
    23                         <select id="copyright" name="copyright">
     23                        <select id="copyright_selector" name="copyright_selector">
    2424                                <option value="0">--</option>
    2525                                {html_options options=$CRoptions selected=$CRid}
     
    8585                        // The data from the submit
    8686                        $image_id = $_GET['image_id'];
    87                         $CRid = $_POST['copyright'];
     87                        $CRid = $_POST['copyright_selector'];
    8888
    8989                        // Delete the Copyright if it allready exists
Note: See TracChangeset for help on using the changeset viewer.