|
Stud.IP
3.1 Revision 48552
|
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()) | |
| $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()) |