Changeset 1678 for trunk/action.php


Ignore:
Timestamp:
Dec 22, 2006, 12:49:12 AM (17 years ago)
Author:
rvelices
Message:

Very small corrections:

  • syntax error (action.php)
  • language (call to l10n_dec and English language)
  • replace some fetch_array with fetch_assoc (less memory used)
  • removed one unnecessary assign_block_vars
  • removed meta name="robots" (conflict with notification.php)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/action.php

    r1677 r1678  
    8989  ON category_id=id
    9090  WHERE image_id='.$id.'
    91 .'get_sql_condition_FandF(array('forbidden_categories' => 'category_id'), 'AND').'
     91'.get_sql_condition_FandF(array('forbidden_categories' => 'category_id'), 'AND').'
    9292  LIMIT 1
    9393;';
Note: See TracChangeset for help on using the changeset viewer.