comment tweaks

This commit is contained in:
David Anderson 2015-03-25 16:45:36 -07:00
parent c8b0f80c7f
commit 3c2f31fece
1 changed files with 10 additions and 2 deletions

View File

@ -16,9 +16,17 @@
// You should have received a copy of the GNU Lesser General Public License
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
// web interface for canceling WUs according to a SQL where clause
// web interface for canceling WUs according to either
// - ID range
// - ID list
// - SQL where clause
// TODO: use get_int() etc.
// This page shows the form, and a "confirm" page.
// The actual cancellation is done cancel_workunits_action.php
// TODO:
// - use get_int() etc. rather than $_REQUEST
// - use DB interfaces classes, not mysql_query() etc.
require_once("../inc/util_ops.inc");