6 lines
94 B
PHP
6 lines
94 B
PHP
<?php
|
|
function getprenomhumfem()
|
|
{
|
|
return db_get_one_random_partial_value("prenomhum");
|
|
}
|