Changeset 4542


Ignore:
Timestamp:
Dec 21, 2009, 4:11:35 PM (14 years ago)
Author:
rub
Message:

Feature 1255: modification in sql queries
correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_notification.inc.php

    r4367 r4542  
    464464    AND date_available="'.$dates[$i]['date_available'].'"
    465465    AND tn_ext IS NOT NULL
    466   ORDER BY '.DB_RANDOM_FUNCTION.'())
     466  ORDER BY '.DB_RANDOM_FUNCTION.'()
    467467  LIMIT '.$max_elements.'
    468468;';
Note: See TracChangeset for help on using the changeset viewer.