Index: site/includes/unicode.inc
===================================================================
--- site/includes/unicode.inc	(revision 3)
+++ site/includes/unicode.inc	(revision )
@@ -472,6 +472,7 @@
  */
 function drupal_strtolower($text) {
   global $multibyte;
+  if (!is_string($text)) return '';
   if ($multibyte == UNICODE_MULTIBYTE) {
     return mb_strtolower($text);
   }
