Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Antoine
ae2
Commits
80322464
Commit
80322464
authored
Aug 01, 2007
by
Feu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
f496498a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
temp/galaxy.php
temp/galaxy.php
+1
-1
No files found.
temp/galaxy.php
View file @
80322464
...
...
@@ -275,7 +275,7 @@ function render_area ( $db, $tx, $ty, $w, $h )
$x1
=
$tx
-
3
;
$y1
=
$ty
-
3
;
$x2
=
$tx
+
$w
+
3
;
$y2
=
$ty
-
$h
+
3
;
$y2
=
$ty
+
$h
+
3
;
$img
=
imagecreatetruecolor
(
$w
,
$h
);
...
...
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