File: lista_parentele.php

package info (click to toggle)
hoteldruid 3.0.6-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 12,568 kB
  • sloc: php: 141,803; javascript: 2,251; sh: 278; xml: 49; makefile: 17
file content (14 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

$lista_parentele = array();
$cod_parentele = array();
$cod2_parentele = array();
$cod3_parentele = array();

$lista_parentele[0] = "Familiare";
$cod_parentele[0] = "19";
$lista_parentele[1] = "Membro Gruppo";
$cod_parentele[1] = "20";


?>