Subversion Repositories personal-webbase

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
<?php
2
 
3
if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
4
 
5
if (!isset($tables_database[$WBConfig->getMySQLPrefix().'users']['new_password']))
6
{
7
        db_query("ALTER TABLE `".$WBConfig->getMySQLPrefix()."users` ADD `new_password` VARCHAR(10) NOT NULL");
8
}
9
 
10
?>