Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Conflicts:
	approvedImages.class.php
	nbproject/private/private.xml
	saveApprovedImages.php
  • Loading branch information
declanmaher committed Feb 20, 2014
2 parents db63ebd + f1b1438 commit d335605
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 18 deletions.
4 changes: 4 additions & 0 deletions approvedImages.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ public function get_approved_images() {
* @param string $savedImages
*
*/
<<<<<<< HEAD

=======

>>>>>>> f1b143821875c0370200f046e2e84e7545a90e45
function insert_approved_images($savedImages) {

if(!empty($savedImages)) {
Expand Down
2 changes: 0 additions & 2 deletions nbproject/private/private.properties

This file was deleted.

7 changes: 0 additions & 7 deletions nbproject/project.properties

This file was deleted.

9 changes: 0 additions & 9 deletions nbproject/project.xml

This file was deleted.

4 changes: 4 additions & 0 deletions saveApprovedImages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@

<div style='text-align:center'>
<p></p>
<<<<<<< HEAD
<h3>Images Approved!</h3>

=======
<h3>Images Approved</h3>
>>>>>>> f1b143821875c0370200f046e2e84e7545a90e45
<?php
if(!empty($_POST['savedImages'])) {

Expand Down

0 comments on commit d335605

Please sign in to comment.