mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
fixes #2281 rename function for better clarity
first_connexion to is_first_connection
This commit is contained in:
parent
34296598d4
commit
f6a3d0749f
3 changed files with 3 additions and 3 deletions
|
@ -1927,7 +1927,7 @@ function userprefs_get_param($param, $default_value=null)
|
|||
* @param int $user_id
|
||||
* @return bool true if first connexion else false
|
||||
*/
|
||||
function first_connexion($user_id)
|
||||
function is_first_connection($user_id)
|
||||
{
|
||||
$query = '
|
||||
SELECT COUNT(*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue