Menu

#122 attachments downloaded with zero size

closed-fixed
None
5
2007-12-17
2007-10-26
DaLiV
No

patch (based on cvs from 20071026):
functions.php
need to made changes in function GetPart

401,402c401,404
< if ($part_no != '')
< $part_no = $part_no . '.';
---
> if ($part_no != '') {
> if (substr($part_no,-1)!='.')
> $part_no = $part_no . '.';
> }

Discussion

  • Anonymous

    Anonymous - 2007-10-26
    • assigned_to: nobody --> goddess_skuld
     
  • Anonymous

    Anonymous - 2007-12-13
    • assigned_to: goddess_skuld --> gerundt
     
  • Tim Gerundt

    Tim Gerundt - 2007-12-17
    • status: open --> closed-fixed
     
  • Tim Gerundt

    Tim Gerundt - 2007-12-17

    Logged In: YES
    user_id=652377
    Originator: NO

    Commited to CVS...

     

Log in to post a comment.