Fix: syntax error
This commit is contained in:
parent
6e495bfbe1
commit
473fbf2c33
@ -76,8 +76,8 @@ if (isset($_POST["boutonp"]) || isset($_POST["boutonp_x"]))
|
||||
|
||||
// Check if vote already exists
|
||||
$sql = 'SELECT id_users, nom';
|
||||
$sql.= ' FROM '.MAIN_DB_PREFIX."opensurvey_user_studs';
|
||||
$sql.= ' WHERE id_sondage='".$db->escape($numsondage)."' AND nom = '".$db->escape($nom)."'";
|
||||
$sql.= ' FROM '.MAIN_DB_PREFIX.'opensurvey_user_studs';
|
||||
$sql.= " WHERE id_sondage='".$db->escape($numsondage)."' AND nom = '".$db->escape($nom)."'";
|
||||
$sql.= ' ORDER BY id_users';
|
||||
$resql = $db->query($sql);
|
||||
$num_rows = $db->num_rows($resql);
|
||||
@ -211,7 +211,7 @@ if (isset($_POST["ajoutercolonne"]) && ($object->format == "D" || $object->forma
|
||||
$cleinsertion = count($datesbase);
|
||||
} else {
|
||||
$nbdatesbase=count($datesbase);
|
||||
for ($i = 0; $i < $nbdatesbase; $i++)
|
||||
for ($i = 0; $i < $nbdatesbase; $i++)
|
||||
{
|
||||
$j = $i + 1;
|
||||
if ($nouvelledate > $datesbase[$i] && $nouvelledate < $datesbase[$j]) {
|
||||
|
||||
BIN
htdocs/theme/amarok/img/object_opensurvey.png
Executable file
BIN
htdocs/theme/amarok/img/object_opensurvey.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 828 B |
BIN
htdocs/theme/auguria/img/object_opensurvey.png
Executable file
BIN
htdocs/theme/auguria/img/object_opensurvey.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 828 B |
BIN
htdocs/theme/bureau2crea/img/object_opensurvey.png
Executable file
BIN
htdocs/theme/bureau2crea/img/object_opensurvey.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 828 B |
BIN
htdocs/theme/cameleo/img/object_opensurvey.png
Executable file
BIN
htdocs/theme/cameleo/img/object_opensurvey.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 828 B |
BIN
htdocs/theme/eldy/img/object_opensurvey.png
Executable file
BIN
htdocs/theme/eldy/img/object_opensurvey.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 828 B |
Loading…
Reference in New Issue
Block a user