Closed (fixed)
Project:
HEAD to HEAD
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2010 at 02:15 UTC
Updated:
5 Oct 2010 at 14:40 UTC
Jump to comment: Most recent file
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | head2head_module_installed.patch | 742 bytes | JacobSingh |
| #2 | head2head_module_installed.patch | 1.34 KB | JacobSingh |
| #1 | 879606-1-search-schema.patch | 2.05 KB | ksenzee |
Comments
Comment #1
ksenzeeCommitting the attached patch.
Comment #2
JacobSingh commentedThis breaks if the search module was never installed. I imagine we have others like this in head2head we've missed. Anyway, from now on we can use the helper function I added here.
Comment #3
David_Rothstein commentedYou can just use
drupal_get_installed_schema_version('search') != SCHEMA_UNINSTALLED, I think.Comment #4
JacobSingh commentedOh, better.
I'll re-roll
Comment #5
JacobSingh commentedComment #6
David_Rothstein commentedComment #7
JacobSingh commented