Changeset 1159 in ExiteCMS for trunk/includes/core_functions.php


Ignore:
Timestamp:
12/08/07 00:04:43 (4 years ago)
Author:
hverton
Message:

update all user queries to include the user_status, to select only active user accounts
removed download bar selection from the download module (should be in the download bars module)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core_functions.php

    r1155 r1159  
    194194        } else { 
    195195            // force webmasters to the upgrade module 
    196             redirect(ADMIN.'upgrade.php'.$aidlink); 
     196//          redirect(ADMIN.'upgrade.php'.$aidlink); 
    197197        } 
    198198    } 
     
    824824        return $data['user_status']; 
    825825    } else { 
    826         return 3;   // user_status == 3: not_found 
     826        return -1;  // user_status == -1: not_found 
    827827    } 
    828828} 
Note: See TracChangeset for help on using the changeset viewer.