Subversion Repositories Applications.annuaire

Rev

Rev 143 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 143 Rev 181
Line 149... Line 149...
149
 
149
 
150
				if($resume) {
150
				if($resume) {
151
					$resume = json_decode($resume, true);
151
					$resume = json_decode($resume, true);
152
					$resumes[] = $resume;
152
					$resumes[] = $resume;
153
				} else {
153
				} else {
154
					$resume = array('elements' => array(), 'titre' => '');
154
					$resume = array('elements' => array(), 'titre' => '', 'message' => '');
155
				}
155
				}
156
			}
156
			}
Line 157... Line 157...
157
		}
157
		}
Line 178... Line 178...
178
 
178
 
179
				if($gestion) {
179
				if($gestion) {
180
					$gestion = json_decode($gestion, true);
180
					$gestion = json_decode($gestion, true);
181
					$gestions[] = $gestion;
181
					$gestions[] = $gestion;
182
				} else {
182
				} else {
183
					$gestion = array('elements' => array(), 'titre' => '');
183
					$gestion = array('elements' => array(), 'titre' => '', 'message' => '');
184
				}
184
				}
185
			}
185
			}
Line 186... Line 186...
186
		}
186
		}