Skip to content

Instantly share code, notes, and snippets.

View fabsor's full-sized avatar

Fabian Sörqvist fabsor

  • Leanlab
  • Göteborg
View GitHub Profile
@fabsor
fabsor / gist:8400396
Created January 13, 2014 13:41
Metatag upgrade path
diff --git a/metatag.install b/metatag.install
index 777b265..1d83005 100644
--- a/metatag.install
+++ b/metatag.install
@@ -259,10 +259,12 @@ function metatag_update_7001() {
'description' => 'The primary identifier for a metatag configuration set.',
);
$keys = array('primary key' => array($field_name));
-
- // Before making any changes, drop the existing primary key. Unforunately
From 000cb8fd3f2ef56b8b4baf346801c081f483648a Mon Sep 17 00:00:00 2001
From: Fabian Sorqvist <fabian.sorqvist@gmail.com>
Date: Mon, 16 Apr 2012 19:26:44 +0200
Subject: [PATCH] Views integration
---
entity_translation.info | 6 +
entity_translation.module | 10 +
views/entity_translation.views.inc | 227 ++++++++++++++++++++
views/entity_translation_handler_field_label.inc | 72 ++++++
/**
* @file
* Description of the file here.
*/
#ifndef _NETEMU_SOCKET_H
#define _NETEMU_SOCKET_H
#ifdef __cplusplus
extern "C" {