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
2cc1299e
Commit
2cc1299e
authored
Aug 01, 2007
by
Feu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
e7ecf279
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 @
2cc1299e
...
...
@@ -361,7 +361,7 @@ if ( isset($_REQUEST["render"]) )
echo
"4: "
.
round
(
microtime
(
true
)
-
$st
,
2
)
.
" - "
;
$req
=
new
requete
(
$dbrw
,
"SELECT "
.
"rx_star, ry_star, COALESCE(alias_utl,CONCAT(prenom_utl,' ',nom_utl)) AS nom"
.
"rx_star, ry_star, COALESCE(alias_utl,CONCAT(prenom_utl,' ',nom_utl)) AS nom
"
.
"FROM galaxy_star "
.
"INNER JOIN utilisateurs ON (utilisateurs.id_utilisateur=galaxy_star.id_star)"
);
...
...
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