Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
3ce287cc
Commit
3ce287cc
authored
Dec 01, 2006
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Global variables need to be declared global in PHP ... silly, I know.
parent
52447f5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
www/newimageid.php3
www/newimageid.php3
+1
-1
www/newimageid_ez.php3
www/newimageid_ez.php3
+1
-1
No files found.
www/newimageid.php3
View file @
3ce287cc
...
...
@@ -47,7 +47,7 @@ $types_result =
function
SPITFORM
(
$formfields
,
$errors
)
{
global
$uid
,
$projlist
,
$isadmin
,
$types_result
;
global
$TBDB_IMAGEID_IMAGENAMELEN
,
$TBDB_NODEIDLEN
;
global
$TBDB_IMAGEID_IMAGENAMELEN
,
$TBDB_NODEIDLEN
,
$TBPROJ_DIR
;
if
(
$errors
)
{
echo
"<table class=nogrid
...
...
www/newimageid_ez.php3
View file @
3ce287cc
...
...
@@ -88,7 +88,7 @@ function SPITFORM($formfields, $errors)
global
$uid
,
$projlist
,
$isadmin
,
$types_result
,
$osid_oslist
,
$osid_opmodes
,
$osid_featurelist
,
$nodetype
,
$filename_extension
,
$help_message
;
global
$TBDB_OSID_OSNAMELEN
,
$TBDB_NODEIDLEN
;
global
$TBDB_OSID_VERSLEN
,
$TBBASE
;
global
$TBDB_OSID_VERSLEN
,
$TBBASE
,
$TBPROJ_DIR
;
global
$view
;
#
...
...
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