Changeset 107

Show
Ignore:
Timestamp:
09/03/07 10:08:51 (1 year ago)
Author:
pdingle
Message:

fixed doUserLogin, updateIdentityData to use the right parameters

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-infocard/wp/admin.pw.php

    r106 r107  
    510510                return $option_val; 
    511511        } 
     512        function checkDatabaseStructure() 
     513        { 
     514                // eventually this is where I will put my database upgrade code. 
     515        } 
    512516} // end class pw_admin 
    513517?>