includes/functions.php
changeset 1253 13f8d373da67
parent 1251 d543689ed2eb
child 1259 49db7495f6b8
--- a/includes/functions.php	Wed Jun 02 21:58:26 2010 -0400
+++ b/includes/functions.php	Mon Jun 28 10:43:04 2010 -0400
@@ -1443,17 +1443,6 @@
 }
 
 /**
- * Capitalizes the first letter of a string
- * @param $text string the text to be transformed
- * @return string
- */
-
-function capitalize_first_letter($text)
-{
-	return strtoupper(substr($text, 0, 1)) . substr($text, 1);
-}
-
-/**
  * Checks if a value in a bitfield is on or off
  * @param $bitfield int the bit-field value
  * @param $value int the value to switch off