<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,8 +27,8 @@ if (!preg_match('/^http:\/\//', $host_name)) {
     $host_name = &quot;http://$host_name&quot;;    
 }
 echo &quot;Changing siteurl to $host_name...\n&quot;;
-$sql = &quot;UPDATE wp_options SET option_value = '$host_name' WHERE option_name = 'siteurl'&quot;;
+$sql = &quot;UPDATE ${table_prefix}options SET option_value = '$host_name' WHERE option_name = 'siteurl'&quot;;
 system(sprintf(&quot;mysql -h %s -u %s $popt %s -e \&quot;%s\&quot;&quot;, DB_HOST, DB_USER, DB_NAME, $sql));
 echo &quot;Changing siteurl to $host_name...\n&quot;;
-$sql = &quot;UPDATE wp_options SET option_value = '$host_name' WHERE option_name = 'home'&quot;;
+$sql = &quot;UPDATE ${table_prefix}options SET option_value = '$host_name' WHERE option_name = 'home'&quot;;
 system(sprintf(&quot;mysql -h %s -u %s $popt %s -e \&quot;%s\&quot;&quot;, DB_HOST, DB_USER, DB_NAME, $sql));</diff>
      <filename>wp-update-home</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f5cdab43758440c159da123976bcb47f618ad3d0</id>
    </parent>
  </parents>
  <author>
    <name>Jorge Bernal</name>
    <email>jbernal@warp.es</email>
  </author>
  <url>http://github.com/koke/wordpress-scripts/commit/f3a09d0af90b1f7893aac881f27d61c794639fe6</url>
  <id>f3a09d0af90b1f7893aac881f27d61c794639fe6</id>
  <committed-date>2008-05-23T09:52:30-07:00</committed-date>
  <authored-date>2008-05-23T09:52:30-07:00</authored-date>
  <message>Support  other than wp_</message>
  <tree>97405aac9e57117030f7182ac3561dd4c141fd17</tree>
  <committer>
    <name>Jorge Bernal</name>
    <email>jbernal@warp.es</email>
  </committer>
</commit>
