/[phpcompta]/phpcompta/html/annulation.php
ViewVC logotype

Diff of /phpcompta/html/annulation.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by stanpinte, Tue Mar 29 09:04:30 2005 UTC revision 1.21 by sparkyx, Thu Mar 31 21:16:35 2005 UTC
# Line 33  include_once ("class_user.php"); Line 33  include_once ("class_user.php");
33  $User=new cl_user($rep);  $User=new cl_user($rep);
34  $User->Check();  $User->Check();
35    
36  html_page_start($User->theme);  html_page_start($User->theme,"onLoad='window.focus();'");
37  if ( ! isset ( $_SESSION['g_dossier'] ) ) {  if ( ! isset ( $_SESSION['g_dossier'] ) ) {
38    echo "You must choose a Dossier ";    echo "You must choose a Dossier ";
39    exit -2;    exit -2;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26