7 lines
91 B
PHP
7 lines
91 B
PHP
<?php
|
|
|
|
function getnomdrow()
|
|
{
|
|
return db_get_one_random_partial_value("nomfamdrow");
|
|
}
|