You are here

function fontyourface_update_7203 in @font-your-face 7.2

Remove single quotes from CSS selectors

File

./fontyourface.install, line 277
Adds fontyourface tables for tracking fonts.

Code

function fontyourface_update_7203() {

  // Removed - this will not work on SQLite databases.

  //db_query("UPDATE {fontyourface_font} SET css_family = REPLACE(css_family, '\'', '');");
}