This commit is contained in:
Romain Neutron
2013-05-29 21:21:02 +02:00
parent e36e7ad085
commit 38f38290c8
35 changed files with 1577 additions and 1592 deletions

View File

@@ -61,4 +61,3 @@ class patch_379 implements patchInterface
return true;
}
}

View File

@@ -79,4 +79,4 @@ class patch_3805 implements patchInterface
$app['EM']->flush();
$app['EM']->clear();
}
}
}

View File

@@ -74,4 +74,4 @@ class patch_3806 implements patchInterface
$app['phraseanet.configuration']->setConfigurations($confs);
}
}
}

View File

@@ -114,7 +114,6 @@ class patch_380a3 implements patchInterface
$stmt->closeCursor();
unset($stmt);
$sql = "CALL explode_log_table(',')";
$stmt = $conn->prepare($sql);
$stmt->execute();
@@ -126,4 +125,4 @@ class patch_380a3 implements patchInterface
return true;
}
}
}