Quick and simple PHP gift registry
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
UPDATE ranks SET rendered = REPLACE(rendered,'star_on.gif\"','star_on.gif\" alt=\"*\"');
|
|
UPDATE ranks SET rendered = REPLACE(rendered,'star_off.gif\"','star_off.gif\" alt=\"\"');
|
|
|
|
ALTER TABLE users ADD comment text NULL;
|
|
|