No more lightdb:delete v12

This commit is contained in:
xdrm-brackets 2017-09-14 16:24:57 +02:00
parent 766b5a7011
commit f083283b6c
1 changed files with 2 additions and 0 deletions

View File

@ -276,6 +276,7 @@
/* (2) On réarrange la bd pour supprimer la ligne */
$tmpfilename = __ROOT__.'/tmp/'.uniqid().'.dat';
$tmpfile = new \SplFileObject($tmpfilename, 'w');
\chmod($tmpfilename, 0775);
$this->driver->seek(0);
// On recopie toutes les lignes sauf celle à supprimer dans un fichier temporaire
@ -366,6 +367,7 @@
/* (1) On réarrange la bd pour supprimer la ligne */
$tmpfilename = __ROOT__.'/tmp/'.uniqid().'.dat';
$tmpfile = new \SplFileObject($tmpfilename, 'w');
\chmod($tmpfilename, 0775);
$this->driver->seek(0);
/* (2) On recopie toutes les lignes sauf celles à supprimer dans un fichier temporaire */