Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 4 of 4

Thread: vbenterprisetranslator_functions_vbseo.php Notice

  1. #1
    Senior Member
    Join Date
    Nov 2009
    Posts
    168

    Default vbenterprisetranslator_functions_vbseo.php Notice

    This is very minor, but does generate an unnecessary PHP notice.

    The first line in vbenterprisetranslator_functions_vbseo.php currently reads

    PHP Code:
    if (!defined(DIR)) { 
    it should be

    PHP Code:
    if (!defined('DIR')) { 
    since defined() takes a string argument.

  2. #2
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    you are right, ok, thanks for this information. Confirmed - will be included in the next relase. Thanks again

  3. #3
    MichaƂ Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Yes you are right that it should be this way, but it already is... I even checked code in produced package for vBET 3.3.6 (which was released 5 days before this thread was started) to be sure that we didn't change it later - it already is OK in vET 3.3.6

    Please let us know do we miss something, or you are writing about some old version.

  4. #4
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    please, just read a previous post.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •