Jrating Drupal 4.7 to Drupal 5 update

udvranto - November 2, 2009 - 07:28
Project:jRating
Version:5.x-1.x-dev
Component:Code
Category:task
Priority:minor
Assigned:udvranto
Status:patch (to be ported)
Description

Apply the following patch thru Drush

<?php
db_query
("UPDATE {votingapi_cache} SET tag = 'vote' WHERE tag = 'rating'");
db_query("UPDATE {votingapi_vote} SET tag = 'vote' WHERE tag = 'rating'");
?>

 
 

Drupal is a registered trademark of Dries Buytaert.