{} >> dict()

This commit is contained in:
Juan Ignacio Sánchez Lara
2015-08-20 10:25:31 +02:00
parent eb912b48bf
commit 600f9159fb

View File

@@ -47,7 +47,7 @@ FUNCTION cartodb._CDB_Conf_Cache(operation text, key text)
RETURNS JSON AS
$$
if 'conf' not in SD:
SD['conf'] = dict()
SD['conf'] = {}
if operation == 'remove':
if key in SD['conf']: