Advertisement:

Author Topic: Delta errors  (Read 1759 times)

beebo

  • Newbie
  • *
  • Posts: 15
Delta errors
« on: January 18, 2011, 05:40:03 am »
Hey guys,

so I found this syntax error in the following code in the user-items.php file under osclass/gui/:

Quote
<div class="userItemButtons" ><a onclick=\"javascript:return confirm('<?php _e('This action can not be undone. Are you sure you want to continue?'); ?>')\" href="<?php echo osc_createURL('file' => 'user', 'action' => 'deleteItem', 'id' => $i['pk_i_id'], 'secret' => $i['s_secret']);?>"><?php _e('Delete'); ?></a> | <a href="<?php echo osc_createURL('file' => 'user', 'action' => 'editItem', 'id' => $i['pk_i_id'], 'secret' => $i['s_secret']);?>"><?php _e('Edit'); ?></a></div>

the '=>' should be '>=' when I changed it, i no longer get the white page or error. Just so you guys know :)

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Delta errors
« Reply #1 on: January 18, 2011, 11:18:22 am »
Hi,

Mmm... That code is Ok, which error was giving you? Using ">=" doesn't make sense for me.

Thanks