]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Aurhg, and get all the properties, not just id
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 11 Feb 2016 21:54:29 +0000 (22:54 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 11 Feb 2016 21:54:29 +0000 (22:54 +0100)
scripts/delete_orphan_files.php

index aa3046855f4255287fc541f79787b0254678aba1..e11220b373c7dd61600e5d4cce5a34892e340042 100755 (executable)
@@ -39,7 +39,7 @@ require_once INSTALLDIR.'/scripts/commandline.inc';
 
 print "Finding File entries that are not related to a Notice (or the notice has been deleted)...";
 $file = new File();
-$sql = 'SELECT file.id FROM file'.
+$sql = 'SELECT file.* FROM file'.
         ' JOIN file_to_post ON file_to_post.file_id=file.id'.
         ' WHERE'.
             ' NOT EXISTS (SELECT file_to_post.file_id FROM file_to_post WHERE file.id=file_to_post.file_id)'.