| installation script doesnt reference correct tables??
i'm trying to upgrade my photopost. i kept having the upgrade script die when it got to step 1 of upgrade 50. i looked into the code and saw that the function upgradecategories has the query " $query = "SELECT id,catname,description,catorder,parent,thumbs,children FROM categories ORDER BY catorder ASC";" . why is there no "{$pp_db_prefix}" before the word "categories"?? after looking through the script some more, i noticed that there were tons of queries where they didn't have "{$pp_db_prefix}" in the query. i'm assuming this isn't supposed to be like that, right? or am i totally confused?
|