Menu

#210 1.5.4 dumping database errors

closed-wont-fix
5
2003-12-17
2003-10-12
Bil Bas
No

Sources/dump_database.php

line 84: Undefined variable $data
$data .= $schema_insert.";".$crlf;
need to initialize earlier in code (e.g. line 52)
$data = '';

---------------------------------------
line 192: no previous reference to $name
echo "# $date $name !$crlf";
should presumably be
echo "# $date $filename !$crlf";
---------------------------------------

Bil Bas (bil.bas@virgin.net)

Discussion

  • Unknown W. Brackets

    Logged In: YES
    user_id=633762

    Sorry, YaBB SE is no longer being developed. The changes
    you have proposed are already implemented and working (along
    with quite a large number of other changes...) in SMF. For
    more information, please see:

    http://www.simplemachines.org/

    -[Unknown]

     
  • Unknown W. Brackets

    • status: open --> closed-wont-fix
     

Log in to post a comment.