move notifications() -> notifications_switch_lvl1()

This commit is contained in:
Clecle 2015-11-22 07:38:17 +01:00
parent 84dc9ead2e
commit 48399d1516
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
// /* [1] ROUTAGE DE NIVEAU 1 // /* [1] ROUTAGE DE NIVEAU 1
// ============================================================*/ // ============================================================*/
function notifications($request, $answer) { function notifications_switch_lvl1($request, $answer) {
switch( $request->level_1 ) { switch( $request->level_1 ) {