]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14617 removed unused code
authorskodak <skodak>
Thu, 1 May 2008 22:23:27 +0000 (22:23 +0000)
committerskodak <skodak>
Thu, 1 May 2008 22:23:27 +0000 (22:23 +0000)
lib/deprecatedlib.php

index 1a8e4bae2d65bad870fd941ea8e284757dce9c8e..9d5b78bf3c89278d27936a7579c0f915cd965d66 100644 (file)
@@ -240,10 +240,6 @@ function isguest($userid=0) {
     return has_capability('moodle/legacy:guest', $context, $userid, false);
 }
 
-function get_user_info_from_db($field, $value) {  // For backward compatibility
-    return get_complete_user_data($field, $value);
-}
-
 
 /**
  * Get the guest user information from the database