From 8abf48dd79561fd6605604de8714d4eaf4870942 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 15 Mar 2009 22:23:04 +0000 Subject: Move atom, developer, polar_rose and gmaps modules into gallery-contrib --- modules/atom/libraries/Atom_Author.php | 36 ---------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 modules/atom/libraries/Atom_Author.php (limited to 'modules/atom/libraries/Atom_Author.php') diff --git a/modules/atom/libraries/Atom_Author.php b/modules/atom/libraries/Atom_Author.php deleted file mode 100644 index 3ee4df41..00000000 --- a/modules/atom/libraries/Atom_Author.php +++ /dev/null @@ -1,36 +0,0 @@ -element->appendChild($this->dom->createElement("name", $name)); - return $this; - } - - public function email($email) { - $this->element->appendChild($this->dom->createElement("email", $email)); - return $this; - } - - public function uri($uri) { - $this->element->appendChild($this->dom->createElement("uri", $uri)); - return $this; - } -} -- cgit v1.2.3