mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 19:13:26 +00:00
fix build & add loader classes
This commit is contained in:
@@ -54,20 +54,6 @@ class patch_360 implements patchInterface
|
||||
|
||||
function apply(base &$appbox)
|
||||
{
|
||||
// $Core = bootstrap::getCore();
|
||||
//
|
||||
// $sql = 'SELECT ssel_id, name FROM ssel';
|
||||
//
|
||||
// $stmt = $appbox->get_connection()->prepare($sql);
|
||||
// $stmt->execute();
|
||||
// $rs = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
||||
// $stmt->closeCursor();
|
||||
|
||||
|
||||
$stmt = $appbox->get_connection()->prepare($sql);
|
||||
$stmt->execute();
|
||||
$stmt->closeCursor();
|
||||
|
||||
$sql = 'INSERT INTO StoryWZ
|
||||
(
|
||||
SELECT null as id, sbas_id, rid as record_id, usr_id, date as created
|
||||
|
Reference in New Issue
Block a user