Skip to content

Commit

Permalink
Removed deprecated page and option.
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 3, 2014
1 parent 1f4f229 commit ddf737d
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 323 deletions.
8 changes: 4 additions & 4 deletions htdocs/comm/action/card.php
Expand Up @@ -790,11 +790,11 @@ function setdatefields()
{
$result1=$object->fetch($id);
$result2=$object->fetch_thirdparty();
$result2=$object->fetch_contact();
$result3=$object->fetch_userassigned();
$result4=$object->fetch_optionals($id,$extralabels);
$result3=$object->fetch_contact();
$result4=$object->fetch_userassigned();
$result5=$object->fetch_optionals($id,$extralabels);

if ($result1 < 0 || $result2 < 0 || $result3 < 0 || $result4 < 0)
if ($result1 < 0 || $result2 < 0 || $result3 < 0 || $result4 < 0 || $result5 < 0)
{
dol_print_error($db,$object->error);
exit;
Expand Down
258 changes: 0 additions & 258 deletions htdocs/comm/action/contact.php

This file was deleted.

0 comments on commit ddf737d

Please sign in to comment.