Ask not what osTicket community can do for you - ask what you can do for osTicket community

Go Back   osTicket Forums > osTicket 0.x - 1.5 (Discontinued) > General Discussions

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-02-2012, 02:49 AM
anu001 anu001 is offline
Junior Member
 
Join Date: Mar 2012
Location: New Delhi, India
Posts: 1
Default Sub: How single member Manage Multiple Departments with same username ?

Hello,

For single member Managing Multiple Departments with diff username i was doing following query..

$users= db_query('SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM '.STAFF_TABLE.' WHERE dept_id='.db_input($info['dept_id']));

To this..

$users= db_query('SELECT staff_id,CONCAT_WS(" ",firstname,lastname) as name FROM '.STAFF_TABLE);

Now i want that single member manage multiple department with same username, how can i do this ?
Please help me ?

Thanks in advance.
Reply With Quote


Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:29 AM.