sorry, it was a typo on my side.
Anyway, upon install it removes the existing one.
Like i said, because the update proicedure checks a
list of pids
to cover older and newser versions..
PHP Code:
$pidlist = array(
'paulm_20050716',
'paulm_wrt_38',
.. since
'foreach' is used it processes the complete
$pidlist.
if 'paulm_20050716' is found, the whole pidlist will be processed.
-> 'foreach'
.. Now .. to me trying the DELETE a not existing productid from the db might cause
some errors, -> Error Number : 2006 to be exact.
... but then again, what do i know.