BUG FIXING :
authortipaul <tipaul>
Fri, 25 May 2007 15:14:43 +0000 (15:14 +0000)
committertipaul <tipaul>
Fri, 25 May 2007 15:14:43 +0000 (15:14 +0000)
commitc5999dbbbd1bcfb45f258140c9b1f0041bb848f6
tree4ff234f6b45d076a4ba2bdbe495b18e17ba6d5f7
parent68bcf3538706b18f708d51e91729ad8c42c81743
BUG FIXING :
Serials.pm was not Mysql5 compliant.
(FROM table1, table2 changed to
FROM table1 LEFT JOIN table2 ON....
)
C4/Serials.pm