Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
migrate_to_md5.php File Reference

Variables

 $database_class = "DB_Example"
 $from_table = "auth_user"
 $to_table = "auth_user_md5"
 $clear_to_first = 1
 $db = new $database_class
 $db2 = new $database_class
 if ($clear_to_first)
 while ($db->next_record())

Variable Documentation

$clear_to_first = 1
$database_class = "DB_Example"
$db = new $database_class
$db2 = new $database_class
$from_table = "auth_user"
$to_table = "auth_user_md5"
if($clear_to_first)
while($db->next_record())