Ignore:
Timestamp:
Jun 7, 2011, 9:44:37 PM (13 years ago)
Author:
mistic100
Message:

big code cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_on_Albums/include/functions_comment.inc.php

    r10984 r11267  
    33
    44//returns string action to perform on a new comment: validate, moderate, reject
    5 if (!function_exists('user_comment_check')) {
     5if (!function_exists('user_comment_check'))
     6{
    67  function user_comment_check($action, $comment)
    78  {
     
    187188 * @param comment_id
    188189 */
    189 function delete_user_comment_albums($comment_id) {
     190function delete_user_comment_albums($comment_id)
     191{
    190192  $user_where_clause = '';
    191193  if (!is_admin())
     
    300302}
    301303
    302 if (!function_exists('email_admin')) {
     304if (!function_exists('email_admin'))
     305{
    303306  function email_admin($action, $comment)
    304307  {
Note: See TracChangeset for help on using the changeset viewer.