Changeset 45243
- Timestamp:
- 05/11/08 14:40:22 (2 months ago)
- Files:
-
- bibsonomy/tags/1.5/api/bibsonomy_api.php (modified) (1 diff)
- bibsonomy/tags/1.5/api/bibsonomy_def.php (modified) (1 diff)
- bibsonomy/tags/1.5/api/bibsonomy_helper.php (modified) (1 diff)
- bibsonomy/tags/1.5/api/bibsonomy_model.php (modified) (1 diff)
- bibsonomy/tags/1.5/api/bibsonomy_test.php (modified) (1 diff)
- bibsonomy/tags/1.5/api/bibsonomy_xml_helper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bibsonomy/tags/1.5/api/bibsonomy_api.php
r45240 r45243 15 15 # along with this program. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 18 # $Id: bibsonomy_api.php,v 1.3 2008-05-11 14:30:17 cschenk Exp $ 17 19 18 20 require_once('bibsonomy_def.php'); bibsonomy/tags/1.5/api/bibsonomy_def.php
r45240 r45243 15 15 # along with this program. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 18 # $Id: bibsonomy_def.php,v 1.3 2008-05-11 14:30:17 cschenk Exp $ 17 19 18 20 # Common bibsonomy/tags/1.5/api/bibsonomy_helper.php
r45240 r45243 15 15 # along with this program. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 18 # $Id: bibsonomy_helper.php,v 1.3 2008-05-11 14:30:17 cschenk Exp $ 17 19 18 20 require_once('bibsonomy_def.php'); bibsonomy/tags/1.5/api/bibsonomy_model.php
r45240 r45243 15 15 # along with this program. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 18 # $Id: bibsonomy_model.php,v 1.3 2008-05-11 14:30:17 cschenk Exp $ 17 19 18 20 require_once('bibsonomy_def.php'); bibsonomy/tags/1.5/api/bibsonomy_test.php
r45240 r45243 15 15 # along with this program. If not, see <http://www.gnu.org/licenses/>. 16 16 # 17 18 # $Id:$ 17 19 18 20 require_once('bibsonomy_api.php'); bibsonomy/tags/1.5/api/bibsonomy_xml_helper.php
r45240 r45243 16 16 # 17 17 18 # $Id: bibsonomy_xml_helper.php,v 1.3 2008-05-11 14:30:17 cschenk Exp $ 19 18 20 # 19 21 # Seems to be the only way to get a specific attribute of a SimpleXMLElement
