You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ch...@apache.org on 2008/06/06 16:08:39 UTC

svn commit: r663946 - /incubator/shindig/trunk/php/src/socialdata/opensocial/model/Person.php

Author: chabotc
Date: Fri Jun  6 07:08:39 2008
New Revision: 663946

URL: http://svn.apache.org/viewvc?rev=663946&view=rev
Log:
Formatting error in person model

Modified:
    incubator/shindig/trunk/php/src/socialdata/opensocial/model/Person.php

Modified: incubator/shindig/trunk/php/src/socialdata/opensocial/model/Person.php
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/socialdata/opensocial/model/Person.php?rev=663946&r1=663945&r2=663946&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/socialdata/opensocial/model/Person.php (original)
+++ incubator/shindig/trunk/php/src/socialdata/opensocial/model/Person.php Fri Jun  6 07:08:39 2008
@@ -40,7 +40,7 @@
 	public $food;
 	public $gender;
 	public $happiestWhen;
-        public $hasApp;
+	public $hasApp;
 	public $heroes;
 	public $humor;
 	public $id;
@@ -53,7 +53,7 @@
 	public $movies;
 	public $music;
 	public $name;
-        public $networkPresence;
+	public $networkPresence;
 	public $nickname;
 	public $pets;
 	public $phoneNumbers;