Closed Bug 521512 Opened 16 years ago Closed 16 years ago

Run SQL patch from bug 520640 on support-stage

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jsocol, Assigned: fox2mike)

References

Details

Blocks: 520640
mysql> INSERT INTO tiki_urlt_regex_out (regexid,regex_left,regex_right) VALUES -> (95,'^\\/?tiki-view_forum.php\\?locale=([\\-a-zA-Z]+)&(?:amp;)?forumId=([0-9]+)(?:&(?:amp;)?(.*))?$','/$1/forum/$2?$3'); Query OK, 1 row affected (0.00 sec) mysql> mysql> UPDATE tiki_urlt_regex_out SET regex_left = '^\\/?tiki-view_forum_thread\\.php\\?comments_parentId=([0-9]+)&(?:amp;)?forumId=([0-9]+)(?:(?:&(?:amp;)?)(.*))?$', regex_right = '/en-US/forum/$2/$1?$3' WHERE regexid = 90; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0
Assignee: server-ops → shyam
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.