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)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsocol, Assigned: fox2mike)
References
Details
That'd be this patch: https://bugzilla.mozilla.org/attachment.cgi?id=405301
| Assignee | ||
Comment 1•16 years ago
|
||
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
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•