[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/ -> functions_massmail.php (summary)

MyBB 1.6 Copyright 2010 MyBB Group, All Rights Reserved Website: http://mybb.com License: http://mybb.com/about/license

File Size: 180 lines (5 kb)
Included or required: 2 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  build_mass_mail_query()
  create_text_message()
  make_pretty_links()

Functions
Functions that are not part of a class:

build_mass_mail_query($conditions)   X-Ref
Build the mass email SQL query for the specified conditions.

param: array Array of conditions to match users against.
return: string The generated search SQL

create_text_message($message)   X-Ref
Create a text based version of a HTML mass email.

param: string The HTML version.
return: string The generated text based version.

make_pretty_links($message_html)   X-Ref
Generates friendly links for a text based version of a mass email from the HTML version.

param: string The HTML version.
return: string The version with the friendly links and all <a> tags stripped.



Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1