|
From: Patrick M. <mai...@st...> - 2001-08-29 18:56:12
|
I found a construct in bug.php (line 81) in which the old tablenames are used to access table fields in a loop, so I need a way to dynamically map the old names to the new configured ones, a hash for instance. So I would prefer Javiers solution and use one global hash and one constant for the prefix. At this point I need it anyway. Other ideas? |