Arreglo de etiqueta hardcodeada

This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-08-26 10:57:37 -04:00
parent 8e4964a1b3
commit 812b2fd91f

View File

@@ -43,8 +43,8 @@ $G_ID_SUB_MENU_SELECTED = 'EMAILS';
$userUid = (isset( $_SESSION['USER_LOGGED'] ) && $_SESSION['USER_LOGGED'] != '') ? $_SESSION['USER_LOGGED'] : null;
$status = array (
array ('',G::LoadTranslation( 'ID_ALL' )),
array ("sent", "Sent"),
array ("pending", "Pending")
array ("sent", G::LoadTranslation( 'ID_SENT' )),
array ("pending", G::LoadTranslation( 'ID_PENDING' ))
);
$processes = getProcessArray( $userUid );