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
bf270ccd
Commit
bf270ccd
authored
May 03, 2007
by
Ayolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
653c2817
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/site.inc.php
include/site.inc.php
+1
-1
No files found.
include/site.inc.php
View file @
bf270ccd
...
...
@@ -437,7 +437,7 @@ class site extends interfaceweb
require_once
(
$topdir
.
"include/integ.inc.php"
);
$integ_box
=
new
integ
();
if
(
!
$integ_box
->
check_if_registered
(
$this
->
user
->
email
))
$elements
[]
=
"
Souhaitez vous préparainer un futur étudiant ? faites le
<a href=
\"
/integ/2007/preparainage.php?nom="
.
$this
->
user
->
nom
.
"&prenom="
.
$this
->
user
->
prenom
.
"&email="
.
$this
->
user
->
email
.
"&branche="
.
$UserBranches
[
$this
->
user
->
branche
]
.
"
\"
>
<b>ici</b
></
a
>."
;
$elements
[]
=
"
<b>
<a href=
\"
/integ/2007/preparainage.php?nom="
.
$this
->
user
->
nom
.
"&prenom="
.
$this
->
user
->
prenom
.
"&email="
.
$this
->
user
->
email
.
"&branche="
.
$UserBranches
[
$this
->
user
->
branche
]
.
"
\"
>
Souhaitez vous préparainer un futur étudiant ?/a
></
b
>."
;
$cotiz
=
new
cotisation
(
$this
->
db
);
...
...
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