From cc4fe0889d568f2d4c5e432b26ef620d1ef0d684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Fri, 3 Aug 2012 15:26:26 +0200 Subject: [PATCH] getmypid is a PHP core function --- htdocs/core/lib/functions.lib.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index d3ecab9ee48..2f96ae17074 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -4097,17 +4097,4 @@ function getCurrencySymbol($currency_code) return $currency_sign; } -if (! function_exists('getmypid')) -{ - /** - * Return PID - * - * @return void - */ - function getmypid() - { - return rand(1,32768); - } -} - ?>