mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-11-04 10:42:27 +01:00 
			
		
		
		
	fix whitespace issue on pilerpurge fixes #1226
This commit is contained in:
		@@ -69,7 +69,7 @@ def purge_m_files(ids=[], opts={}):
 | 
			
		||||
                           "WHERE piler_id IN (%s))" % (format), ids)
 | 
			
		||||
            cursor.execute("DELETE FROM tag WHERE id IN (SELECT id FROM metadata " +
 | 
			
		||||
                           "WHERE piler_id IN (%s))" % (format), ids)
 | 
			
		||||
            cursor.execute("DELETE FROM private WHERE id IN (SELECT id FROM metadata" +
 | 
			
		||||
            cursor.execute("DELETE FROM private WHERE id IN (SELECT id FROM metadata " +
 | 
			
		||||
                           "WHERE piler_id IN (%s))" % (format), ids)
 | 
			
		||||
            cursor.execute("DELETE FROM folder_message WHERE id IN (SELECT id FROM " +
 | 
			
		||||
                           "metadata WHERE piler_id IN (%s))" % (format), ids)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user