Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Fix #169
Browse files Browse the repository at this point in the history
  • Loading branch information
wouldsmina committed May 4, 2016
1 parent 8fa2144 commit 908e9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edition/Fonctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ public static function enregistrement_edition($login)
$sql_update = 'UPDATE conges_periode SET p_edition_id=\''.$new_edition_id.'\'
WHERE p_login = \''.$login.'\'
AND p_edition_id IS NULL
AND (p_type IN (\''.$list_abs_id.'\') )
AND (p_type IN ('.$list_abs_id.') )
AND (p_etat!=\'demande\') ';
$ReqLog_update = \includes\SQL::query($sql_update);

Expand Down

0 comments on commit 908e9b9

Please sign in to comment.