From b833cb607323000b987428c94995e18a9d07df65 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 29 Aug 2009 10:48:23 -0700 Subject: Get rid of the task infrastructure. The multiple requests greatly slow down simple operations. We may run into problems with more complex operations, but let's only add tasks into the mix when it's clear that we need them. --- modules/organize/views/organize_dialog.html.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/organize/views') diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index 7ade91a2..b03c066c 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -37,9 +37,6 @@ "gOrganizeSortOrder"), array("ASC" => "Ascending", "DESC" => "Descending"), $album->sort_order) ?> - -- cgit v1.2.3