Changeset 408


Ignore:
Timestamp:
Mar 31, 2004, 11:19:36 PM (20 years ago)
Author:
z0rglub
Message:

bug 17 : comment delete picture not displayed in picture.php
analysis : user_template template var is not valued in picture.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/picture.php

    r350 r408  
    220220$handle = $vtp->Open( './template/'.$user['template'].'/picture.vtp' );
    221221initialize_template();
     222$vtp->setGlobalVar( $handle, 'user_template', $user['template'] );
    222223
    223224$tpl = array( 'back','submit','comments_title','comments_del','delete',
Note: See TracChangeset for help on using the changeset viewer.