| 15 |
|
|
| 16 |
// Give the flashvideo module a high weight so that it can override [video] and [thumbnail] tags. |
// Give the flashvideo module a high weight so that it can override [video] and [thumbnail] tags. |
| 17 |
db_query("UPDATE {system} SET weight=11 WHERE type='module' AND name='flashvideo'"); |
db_query("UPDATE {system} SET weight=11 WHERE type='module' AND name='flashvideo'"); |
| 18 |
|
|
| 19 |
|
if (!module_exists('upload')) { |
| 20 |
|
// Automatically turn on FileField integration option for the user since they're not using core Upload. |
| 21 |
|
variable_set('flashvideo_filefield', 1); |
| 22 |
|
} |
| 23 |
} |
} |
| 24 |
|
|
| 25 |
/** |
/** |