View | Details | Raw Unified | Return to bug 5431
Collapse All | Expand All

(-)a/C4/Branch.pm (-2 / +1 lines)
Lines 206-212 sub ModBranch { Link Here
206
            branchaddress2,branchaddress3,branchzip,branchcity,branchstate,
206
            branchaddress2,branchaddress3,branchzip,branchcity,branchstate,
207
            branchcountry,branchphone,branchfax,branchemail,
207
            branchcountry,branchphone,branchfax,branchemail,
208
            branchurl,branchip,branchprinter,branchnotes)
208
            branchurl,branchip,branchprinter,branchnotes)
209
            VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
209
            VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
210
        ";
210
        ";
211
        my $sth    = $dbh->prepare($query);
211
        my $sth    = $dbh->prepare($query);
212
        $sth->execute(
212
        $sth->execute(
213
- 

Return to bug 5431