From b3844c1f7348b4296b5ab1df258935d7f971e412 Mon Sep 17 00:00:00 2001 From: gareth Date: Wed, 7 Mar 2007 18:48:38 +0000 Subject: Deleted old trunk code --- ogs/common/util.inc.php | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 ogs/common/util.inc.php (limited to 'ogs/common/util.inc.php') diff --git a/ogs/common/util.inc.php b/ogs/common/util.inc.php deleted file mode 100644 index b931205..0000000 --- a/ogs/common/util.inc.php +++ /dev/null @@ -1,42 +0,0 @@ -\n"); - foreach($data as $name => $value) { - echo(" <$name>$value\n"); - } - echo("\n"); -} - -function rand_uuid() -{ - return sprintf( '%04x%04x-%04x-%04x-%04x-%04x%04x%04x', - mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), - mt_rand( 0, 0x0fff ) | 0x4000, - mt_rand( 0, 0x3fff ) | 0x8000, - mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ) ); -} -?> -- cgit v1.1