changeset 947:f709816c71cd

Add a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Nov 2014 07:38:07 +0200
parents 99086b6afcdb
children 1334b93939a3
files faptool.php
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/faptool.php	Fri Nov 28 07:38:01 2014 +0200
+++ b/faptool.php	Fri Nov 28 07:38:07 2014 +0200
@@ -541,6 +541,9 @@
     break;
 
   case "cle":
+    //
+    // File cleanup / deletion
+    //
     $doDelete = (stCArgLC(2) == "delete");
     foreach (stExecSQL("SELECT * FROM compos WHERE cpath <> '' AND cpath IS NOT NULL") as $compo)
     if (stFetchSQLColumn("SELECT COUNT(*) FROM entries WHERE compo_id=".$compo["id"]) > 0)