/[LeafOK_CVS]/lbbs/src/menu_proc.c
ViewVC logotype

Diff of /lbbs/src/menu_proc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.49 by sysadm, Fri Nov 7 12:02:25 2025 UTC Revision 1.51 by sysadm, Tue Nov 11 10:54:22 2025 UTC
# Line 6  Line 6 
6   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>
7   */   */
8    
9    #ifdef HAVE_CONFIG_H
10    #include "config.h"
11    #endif
12    
13  #include "article_cache.h"  #include "article_cache.h"
14  #include "article_favor_display.h"  #include "article_favor_display.h"
15  #include "article_view_log.h"  #include "article_view_log.h"
# Line 376  int edit_intro(void *param) Line 380  int edit_intro(void *param)
380          }          }
381    
382          return REDRAW;          return REDRAW;
383    }
384    
385    int edit_sign(void *param)
386    {
387            if (user_sign_edit(BBS_priv.uid) < 0)
388            {
389                    log_error("user_sign_edit(%d) error\n", BBS_priv.uid);
390            }
391    
392            return REDRAW;
393  }  }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1