Guest User

Untitled

a guest
Jun 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. foreach ($tiposGlobal as $tipoGlobal) {
  2. if ( ! in_array($tipoGlobal, $tiposGlobalFinal)) {
  3. $tiposGlobalFinal[] = $tipoGlobal;
  4. }
  5. }
  6.  
  7. $tiposGlobal = array_unique( array_merge($tax_tipos_componentes,$tax_tipos_vestuarios,$tax_tipos_acessorios,$tax_tipos_bicicletas) );
Add Comment
Please, Sign In to add comment