Index: template-functions-post.php
===================================================================
--- template-functions-post.php	(revision 3479)
+++ template-functions-post.php	(working copy)
@@ -237,7 +237,7 @@
 	if ( empty($key) )
 		return $post_meta_cache[$id];
 	else
-		return get_post_custom();
+		return $post_meta_cache[$id][$key];
 }
 
 
