<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>cakephp/vendors/process.php</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -22,7 +22,7 @@ class VcfHelper extends AppHelper {
 		'cellPhone' =&gt; 'TEL;CELL:%value%',
 		'address' =&gt; 'ADR',
 		'birthday' =&gt; 'BDAY:%value%',
-		'email' =&gt; 'EMAIL;INTERNET::%value%',
+		'email' =&gt; 'EMAIL;INTERNET:%value%',
 		'timezone' =&gt; 'TZ:%value%',
 		'url' =&gt; 'URL:%value%',
 		'version' =&gt; 'VERSION:%value%',
@@ -123,7 +123,7 @@ class VcfHelper extends AppHelper {
 		$values['key'] = $this-&gt;_elements['address'];
 		$values['type'] = strtoupper($type);
 
-		$format = &quot;%key%;%type%:;%street%;%city%;%province%;%postal%;%country%;&quot;;
+		$format = &quot;%key%;%type%:;;%street%;%city%;%province%;%postal%;%country%;&quot;;
 		$adrEl = String::insert($format, $values, array('before' =&gt; '%', 'after' =&gt; '%', 'clean' =&gt; true));
 		$labelFormat = &quot;LABEL;POSTAL;%type%;ENCODING=QUOTED-PRINTABLE:%street%=0D=0A%city%, %province% %postal%=0D=0A%country%&quot;;
 		$labelEl = String::insert($labelFormat, $values, array('before' =&gt; '%', 'after' =&gt; '%', 'clean' =&gt; true));</diff>
      <filename>cakephp/helpers/vcf/vcf.php</filename>
    </modified>
    <modified>
      <diff>@@ -47,6 +47,10 @@ class VcfHelperTestCase extends CakeTestCase {
 		$result = $this-&gt;vcf-&gt;attr('timezone', '-05:00');
 		$expected = &quot;TZ:-05\:00\n&quot;;
 		$this-&gt;assertEqual($result, $expected);
+		
+		$result = $this-&gt;vcf-&gt;attr('email', 'example@example.com');
+		$expected = &quot;EMAIL;INTERNET:example@example.com\n&quot;;
+		$this-&gt;assertEqual($result, $expected);
 	}
 /**
  * test __call method.
@@ -73,7 +77,7 @@ class VcfHelperTestCase extends CakeTestCase {
 			'country' =&gt; 'Canada',
 			'street' =&gt; '555 somestreet rd.'
 		));
-		$expected = &quot;ADR;HOME:;555 somestreet rd.;Toronto;Ontario;M1M 1M1;Canada;\n&quot; .
+		$expected = &quot;ADR;HOME:;;555 somestreet rd.;Toronto;Ontario;M1M 1M1;Canada;\n&quot; .
 					&quot;LABEL;POSTAL;HOME;ENCODING=QUOTED-PRINTABLE:555 somestreet rd.=0D=0AToronto, Ontario M1M 1M1=0D=0ACanada\n&quot;;
 		$this-&gt;assertEqual($result, $expected);
 
@@ -84,7 +88,7 @@ class VcfHelperTestCase extends CakeTestCase {
 			'country' =&gt; 'Canada',
 			'street' =&gt; '555 somestreet rd.'
 		));
-		$expected = &quot;ADR;HOME:;555 somestreet rd.;Toronto;Ontario;;Canada;\n&quot; .
+		$expected = &quot;ADR;HOME:;;555 somestreet rd.;Toronto;Ontario;;Canada;\n&quot; .
 					&quot;LABEL;POSTAL;HOME;ENCODING=QUOTED-PRINTABLE:555 somestreet rd.=0D=0AToronto, Ontario =0D=0ACanada\n&quot;;
 		$this-&gt;assertEqual($result, $expected);
 </diff>
      <filename>cakephp/helpers/vcf/vcf.test.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>74a535dd8458996b2b7ffa070420e253177ab5d7</id>
    </parent>
  </parents>
  <author>
    <name>Mark Story</name>
    <email>mark@mark-story.com</email>
  </author>
  <url>http://github.com/markstory/story-scribbles/commit/bb752d6f29a3a4d155dbf6ff609fc7dc4a153a0c</url>
  <id>bb752d6f29a3a4d155dbf6ff609fc7dc4a153a0c</id>
  <committed-date>2009-03-28T13:44:51-07:00</committed-date>
  <authored-date>2009-03-28T13:44:51-07:00</authored-date>
  <message>Applying patch from TehTrag and adding tests.</message>
  <tree>207031143659cd4843507f8d0add952751ce547e</tree>
  <committer>
    <name>Mark Story</name>
    <email>mark@mark-story.com</email>
  </committer>
</commit>
