summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-12-07 16:55:38 +0000
committerDries Buytaert <dries@buytaert.net>2004-12-07 16:55:38 +0000
commit60352821bfd61c266c6cda5f797cc7036a9499d2 (patch)
tree9bdf38ec0b9c752caab1397a24a21fff78099151 /modules/aggregator/aggregator.module
parent1365740f6eab386aa16ba39c6f324a3c30adb78d (diff)
downloadbrdo-60352821bfd61c266c6cda5f797cc7036a9499d2.tar.gz
brdo-60352821bfd61c266c6cda5f797cc7036a9499d2.tar.bz2
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
- Slight addition to INSTALL.txt with regard to PHP versions. - Updated/reworded some node type descriptions as per Boris' suggestions. - Adding missing {} around a table name in update.php.
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r--modules/aggregator/aggregator.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index 6c2a14abd..70eecf130 100644
--- a/modules/aggregator/aggregator.module
+++ b/modules/aggregator/aggregator.module
@@ -657,7 +657,7 @@ function aggregator_form_feed($edit = array()) {
if ($options) {
$form .= form_checkboxes(t('Categorize news items'), 'category', $values, $options, t('New items in this feed will be automatically filed in the the checked categories as they are received.'));
}
-
+
// Form buttons:
$form .= form_submit(t('Submit'));
if ($edit['fid']) {