--- 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