Skip to content

Commit

Permalink
Update test.php
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemarslan committed Jan 7, 2014
1 parent d054771 commit 4159974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$ulkeler = $nv->ulkeler();
$sehirler = $nv->sehirler( 'TURKIYE', 'array' );
$ilceler = $nv->ilceler( 'CANAKKALE', 'array' );
$vakit = $nv->vakit('BIGA','TURKIYE', 'array');
$vakit = $nv->vakit('BIGA','TURKIYE', 'array');

echo '<h2>Ülkeler</h2>';
print_r( $ulkeler );
Expand Down

0 comments on commit 4159974

Please sign in to comment.