includes/paths.php
changeset 286 b2f985e4cef3
parent 272 e0ec986c0af3
child 292 b3cfaf0a505c
equal deleted inserted replaced
285:7846d45bd250 286:b2f985e4cef3
   116     foreach ( $code as $cmd )
   116     foreach ( $code as $cmd )
   117     {
   117     {
   118       eval($cmd);
   118       eval($cmd);
   119     }
   119     }
   120     
   120     
   121     $e = $db->sql_query('SELECT name,urlname,namespace,special,visible,comments_on,protected,delvotes,delvote_ips,wiki_mode,password FROM '.table_prefix.'pages ORDER BY name;');
   121     $e = $db->sql_query('SELECT name,urlname,namespace,special,visible,comments_on,protected,delvotes,' . "\n"
       
   122                         . '  delvote_ips,wiki_mode,password FROM '.table_prefix.'pages ORDER BY name;');
   122     if( !$e )
   123     if( !$e )
   123     {
   124     {
   124       $db->_die('The error seems to have occured while selecting the page information. File: includes/paths.php; line: '.__LINE__);
   125       $db->_die('The error seems to have occured while selecting the page information. File: includes/paths.php; line: '.__LINE__);
   125     }
   126     }
   126     while($r = $db->fetchrow())
   127     while($r = $db->fetchrow())