Skip to content

Commit cee3077

Browse files
committed
Correct readme.md and removed some merge conflict
1 parent e3ccfa5 commit cee3077

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

AdLibWS.class.inc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,7 @@ class AdLibWS {
120120
'!outfolder' => self::$basePath . $file_info['out_folder'],
121121
'!jobtype' => ($type == ADLIB_JOBTYPE_HTML ? 'HTML' : 'PDF'),
122122
));
123-
<<<<<<< HEAD
124-
$result = simplexml_load_string($this->client->addJob(array('jobInfo' => $job_info, 'jobTicket' => $job_ticket))->AddJobResult);
125-
=======
126123
$result = simplexml_load_string($this->client->addJob(array('job_info' => $job_info, 'job_ticket' => $job_ticket))->AddJobResult);
127-
>>>>>>> Prod_check module hooks
128124
if (is_object($result) && isset($result->JobSettings['JobID'])) {
129125
return $result;
130126
}

README.md

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,12 @@
1-
OS2Web Case Publishing service
1+
OS2Web AdLib API Module
22
==============================
33

44
Description
55
-----------
6-
This module provides a service for OS2web that allows providers
7-
to publish cases and documents directly from their back-end systems.
8-
Additionally this module includes views, panels and settings to display
9-
the cases and documents, and uses PathAuto to generate urls.
6+
Implements calls to allow access to the AdLib webservice
107

118
Dependencies
129
-----------
13-
- ctools
14-
- date
15-
- date_popup
16-
- date_views
17-
- entityreference
18-
- features
19-
- list
20-
- node
21-
- number
22-
- options
23-
- os2web_esdh_provider
24-
- page_manager
25-
- panels
26-
- pathauto
27-
- strongarm
28-
- text
29-
- views
30-
- views_content
31-
- views_php
3210

3311
Installation
3412
-----------
@@ -61,6 +39,3 @@ Additional Info
6139
---------------
6240
This repository should be governed using Git Flow. for more information see
6341
http://nvie.com/posts/a-successful-git-branching-model/
64-
65-
Note: This module is still dependant on modules in the full OS2Web suite
66-
(https://github.com/OS2web/os2web), as the seperation of those are still WIP.

0 commit comments

Comments
 (0)