vogelor
2010-06-09 f8ec4be2f549e60418135a10abda18e4841a07b7
fixed some typos in webdav - user
2 files modified
6 ■■■■■ changed files
interface/web/sites/form/webdav_user.tform.php 3 ●●●● patch | view | raw | blame | history
interface/web/sites/webdav_user_edit.php 3 ●●●● patch | view | raw | blame | history
interface/web/sites/form/webdav_user.tform.php
@@ -96,7 +96,8 @@
        ),
        'password' => array (
            'datatype'    => 'VARCHAR',
            'formtype'    => 'TEXT',
            'encryption' => 'CLEARTEXT',
            'formtype'    => 'PASSWORD',
            'default'    => '',
            'value'        => '',
            'width'        => '30',
interface/web/sites/webdav_user_edit.php
@@ -134,6 +134,7 @@
    
    function onAfterInsert() {
        global $app, $conf;
        /* change pwd here */
        
        $web = $app->db->queryOneRecord("SELECT * FROM web_domain WHERE domain_id = ".intval($this->dataRecord["parent_domain_id"]));
        $server_id = $web["server_id"];
@@ -168,7 +169,7 @@
    
    function onAfterUpdate() {
        global $app, $conf;
        /* change PWD here */
        
    }