Changeset 533 in subversion


Ignore:
Timestamp:
Mar 29, 2007 3:13:37 PM (6 years ago)
Author:
thomasb
Message:

devel-addressbook: Enable new request action 'mailto'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-addressbook/index.php

    r499 r533  
    323323  if ($_action=='copy') 
    324324    include('program/steps/addressbook/copy.inc'); 
     325 
     326  if ($_action=='mailto') 
     327    include('program/steps/addressbook/mailto.inc'); 
    325328  } 
    326329 
Note: See TracChangeset for help on using the changeset viewer.