This website requires JavaScript.
Explore
Help
Sign In
Drupal
/
drupal
mirror of
https://git.drupalcode.org/project/drupal.git
Watch
1
Star
0
Fork
You've already forked drupal
0
Code
Issues
Projects
Releases
Wiki
Activity
- Fixed "undefined index/variable" warning. Patch by Ax.
Browse Source
4.2.x
Dries Buytaert
2003-03-04 06:19:38 +00:00
parent
f4cdeb1f5a
commit
40abf5061f
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
index.php
Unescape
Escape
View File
@ -3,7 +3,7 @@
include_once
"
includes/common.inc
"
;
if
(
$q
)
{
if
(
isset
(
$q
)
)
{
$mod
=
arg
(
0
);
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
Drupal/drupal
Title
Body
Create Issue