Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
021cced4
Commit
021cced4
authored
Jul 15, 2001
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- import.module:
+ let's get the order of the items in the admin page right
parent
39df1cba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
modules/aggregator.module
modules/aggregator.module
+1
-1
modules/aggregator/aggregator.module
modules/aggregator/aggregator.module
+1
-1
modules/import.module
modules/import.module
+1
-1
No files found.
modules/aggregator.module
View file @
021cced4
...
...
@@ -356,7 +356,7 @@ function import_view_bundle() {
function
import_view_item
()
{
global
$REQUEST_URI
;
$result
=
db_query
(
"SELECT i.*, f.title AS feed FROM item i LEFT JOIN feed f ON i.fid = f.fid ORDER BY i.
timestamp
DESC LIMIT 50"
);
$result
=
db_query
(
"SELECT i.*, f.title AS feed FROM item i LEFT JOIN feed f ON i.fid = f.fid ORDER BY i.
iid
DESC LIMIT 50"
);
$output
.
=
"<form action=
\"
$REQUEST_URI
\"
method=
\"
post
\"
>
\n
"
;
$output
.
=
"<table border=
\"
1
\"
cellpadding=
\"
2
\"
cellspacing=
\"
2
\"
>
\n
"
;
...
...
modules/aggregator/aggregator.module
View file @
021cced4
...
...
@@ -356,7 +356,7 @@ function import_view_bundle() {
function
import_view_item
()
{
global
$REQUEST_URI
;
$result
=
db_query
(
"SELECT i.*, f.title AS feed FROM item i LEFT JOIN feed f ON i.fid = f.fid ORDER BY i.
timestamp
DESC LIMIT 50"
);
$result
=
db_query
(
"SELECT i.*, f.title AS feed FROM item i LEFT JOIN feed f ON i.fid = f.fid ORDER BY i.
iid
DESC LIMIT 50"
);
$output
.
=
"<form action=
\"
$REQUEST_URI
\"
method=
\"
post
\"
>
\n
"
;
$output
.
=
"<table border=
\"
1
\"
cellpadding=
\"
2
\"
cellspacing=
\"
2
\"
>
\n
"
;
...
...
modules/import.module
View file @
021cced4
...
...
@@ -356,7 +356,7 @@ function import_view_bundle() {
function
import_view_item
()
{
global
$REQUEST_URI
;
$result
=
db_query
(
"SELECT i.*, f.title AS feed FROM item i LEFT JOIN feed f ON i.fid = f.fid ORDER BY i.
timestamp
DESC LIMIT 50"
);
$result
=
db_query
(
"SELECT i.*, f.title AS feed FROM item i LEFT JOIN feed f ON i.fid = f.fid ORDER BY i.
iid
DESC LIMIT 50"
);
$output
.
=
"<form action=
\"
$REQUEST_URI
\"
method=
\"
post
\"
>
\n
"
;
$output
.
=
"<table border=
\"
1
\"
cellpadding=
\"
2
\"
cellspacing=
\"
2
\"
>
\n
"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment