Closed (fixed)
Project:
Global Redirect
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
7 Aug 2008 at 16:28 UTC
Updated:
19 Sep 2008 at 15:32 UTC
Since I was messing around with Global Redirect already, I thought I'd clean it up a wee bit. So here is the result.
I felt like changing stuff such as if (variable_get('site_offline', 0) == 1) return FALSE; into
if (variable_get('site_offline', 0) == 1) {
return FALSE;
}as well, but realised I didn't know whether these one liners were preserved for keeping the processing time at a minimum, or... ? (If so, there's a place where a "multi-liner" could be changed into a "one-liner" - consistency please!) Pray let me know so I can alter the patch accordingly. Thank you. :)
| Comment | File | Size | Author |
|---|---|---|---|
| gr_small_cleanup.patch | 2.72 KB | Freso |
Comments
Comment #1
nicholasthompsonApplied to D5... Will sync all this to D6 when D5 is working better.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.