<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,6 +22,6 @@ echo &quot;Backing up database...\n&quot;;
 if (DB_PASSWORD == &quot;&quot;) {
     $popt = &quot;&quot;;
 } else {
-    $popt = &quot;-p&quot; . DB_PASSWORD
+    $popt = &quot;-p&quot; . DB_PASSWORD;
 }
 system(sprintf(&quot;mysqldump -h %s -u %s $popt %s | gzip -c9 &gt; $backup_name&quot;, DB_HOST, DB_USER, DB_NAME));</diff>
      <filename>wp-dump</filename>
    </modified>
    <modified>
      <diff>@@ -22,6 +22,6 @@ echo &quot;Importing database...\n&quot;;
 if (DB_PASSWORD == &quot;&quot;) {
     $popt = &quot;&quot;;
 } else {
-    $popt = &quot;-p&quot; . DB_PASSWORD
+    $popt = &quot;-p&quot; . DB_PASSWORD;
 }
 system(sprintf(&quot;zcat %s | mysql -h %s -u %s $popt %s&quot;, $backup_name, DB_HOST, DB_USER, DB_NAME));</diff>
      <filename>wp-import</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,7 @@ require $wp_path.&quot;/wp-config.php&quot;;
 if (DB_PASSWORD == &quot;&quot;) {
     $popt = &quot;&quot;;
 } else {
-    $popt = &quot;-p&quot; . DB_PASSWORD
+    $popt = &quot;-p&quot; . DB_PASSWORD;
 }
 if (!preg_match('/^http:\/\//', $host_name)) {
     $host_name = &quot;http://$host_name&quot;;    </diff>
      <filename>wp-update-home</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f71e6f9c0b870461a7c0b50216f5c3e033934fc5</id>
    </parent>
  </parents>
  <author>
    <name>Jorge Bernal</name>
    <email>jbernal@warp.es</email>
  </author>
  <url>http://github.com/koke/wordpress-scripts/commit/53b8bc3cc4715ccb7a87761db941e1804120ac71</url>
  <id>53b8bc3cc4715ccb7a87761db941e1804120ac71</id>
  <committed-date>2008-05-14T12:26:19-07:00</committed-date>
  <authored-date>2008-05-14T12:26:19-07:00</authored-date>
  <message>Add missing ;</message>
  <tree>b537379accf688da6d194c0ba7acb282fdc0331c</tree>
  <committer>
    <name>Jorge Bernal</name>
    <email>jbernal@warp.es</email>
  </committer>
</commit>
