Changeset 364 for trunk/picture.php


Ignore:
Timestamp:
Feb 19, 2004, 1:31:09 AM (20 years ago)
Author:
gweltas
Message:

Split of langage files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r362 r364  
    2626// +-----------------------------------------------------------------------+
    2727//----------------------------------------------------------- include
    28 $phpwg_root_path = './';
    29 include_once( $phpwg_root_path.'include/common.inc.php' );   
     28define('PHPWG_ROOT_PATH','./');
     29include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );   
    3030//-------------------------------------------------- access authorization check
    3131check_cat_id( $_GET['cat'] );
     
    577577    {
    578578      $query = 'SELECT COUNT(*) AS user_exists';
    579       $query.= ' FROM '.PREFIX_TABLE.'users';
     579      $query.= ' FROM '.USERS_TABLE;
    580580      $query.= " WHERE username = '".$author."'";
    581581      $query.= ';';
Note: See TracChangeset for help on using the changeset viewer.