Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Load the smileys in reverse order by length so they don't get parsed wrong.
- if (($temp = cache_get_data('parsing_smileys', 480)) == null)
- {
- $result = db_query("
- SELECT code, filename, description
- FROM {$db_prefix}smileys
- ORDER BY LENGTH(code) DESC
- ", __FILE__, __LINE__);
Advertisement
Add Comment
Please, Sign In to add comment