Delete the backticks from the following lines in socialite.module to work with PostgreSQL:
Line 115: WHERE id ={$id}");
Line 152: db_query("DELETE FROM {socialite} WHERE id =%s", $id);
Line 166: WHERE id =%s", $id);
Regards
Conni
Delete the backticks from the following lines in socialite.module to work with PostgreSQL:
Line 115: WHERE id ={$id}");
Line 152: db_query("DELETE FROM {socialite} WHERE id =%s", $id);
Line 166: WHERE id =%s", $id);
Regards
Conni